Package com.onslip360
Class API.Partial_CustomerFeedbackParams
- java.lang.Object
-
- com.onslip360.Onslip360Object<API.Partial_CustomerFeedbackParams>
-
- com.onslip360.API.Partial_CustomerFeedbackParams
-
- All Implemented Interfaces:
Cloneable
,Comparable<Onslip360Object<API.Partial_CustomerFeedbackParams>>
- Enclosing class:
- API
public static class API.Partial_CustomerFeedbackParams extends Onslip360Object<API.Partial_CustomerFeedbackParams>
-
-
Constructor Summary
Constructors Constructor Description Partial_CustomerFeedbackParams()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<String>
message()
API.Partial_CustomerFeedbackParams
message(String message)
Optional<API.CustomerFeedbackParams.Mood>
mood()
API.Partial_CustomerFeedbackParams
mood(API.CustomerFeedbackParams.Mood mood)
Erasable<Long>
till()
API.Partial_CustomerFeedbackParams
till(Erasable<Long> till)
API.Partial_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
-
-
-
-
Method Detail
-
mood
@Nonnull public Optional<API.CustomerFeedbackParams.Mood> mood()
-
message
@Nonnull public API.Partial_CustomerFeedbackParams message(@Nullable String message)
-
mood
@Nonnull public API.Partial_CustomerFeedbackParams mood(@Nullable API.CustomerFeedbackParams.Mood mood)
-
till
@Nonnull public API.Partial_CustomerFeedbackParams till(@Nullable Long till)
-
till
@Nonnull public API.Partial_CustomerFeedbackParams till(@Nullable Erasable<Long> till)
-
-