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
-
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
-
attachments
@Nonnull public Erasable<API.Partial_Attachment[]> attachments()
-
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)
-
attachments
@Nonnull public API.Partial_CustomerFeedbackParams attachments(@Nullable API.Partial_Attachment[] attachments)
-
attachments
@Nonnull public API.Partial_CustomerFeedbackParams attachments(@Nullable Erasable<API.Partial_Attachment[]> attachments)
-
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)
-
-