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 Erasable<String>
appVersion()
API.Partial_CustomerFeedbackParams
appVersion(Erasable<String> appVersion)
API.Partial_CustomerFeedbackParams
appVersion(String appVersion)
Erasable<String>
buildInfo()
API.Partial_CustomerFeedbackParams
buildInfo(Erasable<String> buildInfo)
API.Partial_CustomerFeedbackParams
buildInfo(String buildInfo)
Erasable<String>
deviceModel()
API.Partial_CustomerFeedbackParams
deviceModel(Erasable<String> deviceModel)
API.Partial_CustomerFeedbackParams
deviceModel(String deviceModel)
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()
-
appVersion
@Nonnull public API.Partial_CustomerFeedbackParams appVersion(@Nullable String appVersion)
-
appVersion
@Nonnull public API.Partial_CustomerFeedbackParams appVersion(@Nullable Erasable<String> appVersion)
-
buildInfo
@Nonnull public API.Partial_CustomerFeedbackParams buildInfo(@Nullable String buildInfo)
-
buildInfo
@Nonnull public API.Partial_CustomerFeedbackParams buildInfo(@Nullable Erasable<String> buildInfo)
-
deviceModel
@Nonnull public API.Partial_CustomerFeedbackParams deviceModel(@Nullable String deviceModel)
-
deviceModel
@Nonnull public API.Partial_CustomerFeedbackParams deviceModel(@Nullable Erasable<String> deviceModel)
-
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)
-
-