Package com.onslip360
Class API.CustomerFeedbackParams
- java.lang.Object
-
- com.onslip360.Onslip360Object<API.CustomerFeedbackParams>
-
- com.onslip360.API.CustomerFeedbackParams
-
- All Implemented Interfaces:
Cloneable
,Comparable<Onslip360Object<API.CustomerFeedbackParams>>
- Enclosing class:
- API
public static class API.CustomerFeedbackParams extends Onslip360Object<API.CustomerFeedbackParams>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
API.CustomerFeedbackParams.Mood
-
Constructor Summary
Constructors Constructor Description CustomerFeedbackParams(String message, API.CustomerFeedbackParams.Mood mood)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
message()
API.CustomerFeedbackParams
message(String message)
API.CustomerFeedbackParams.Mood
mood()
API.CustomerFeedbackParams
mood(API.CustomerFeedbackParams.Mood mood)
Optional<Long>
till()
API.CustomerFeedbackParams
till(Long till)
-
Methods inherited from class com.onslip360.Onslip360Object
clone, compareTo, equals, fromJson, fromJson, fromJsonArray, fromJsonArray, fromList, fromMap, fromObject, getExtended, hashCode, setExtended, setExtended, toJson, toJson, toJson, toJson, toList, toMap, toString
-
-
-
-
Constructor Detail
-
CustomerFeedbackParams
public CustomerFeedbackParams(String message, API.CustomerFeedbackParams.Mood mood)
-
-
Method Detail
-
message
@Nonnull public String message()
-
mood
@Nonnull public API.CustomerFeedbackParams.Mood mood()
-
message
@Nonnull public API.CustomerFeedbackParams message(String message)
-
mood
@Nonnull public API.CustomerFeedbackParams mood(API.CustomerFeedbackParams.Mood mood)
-
till
@Nonnull public API.CustomerFeedbackParams till(@Nullable Long till)
-
-