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 classAPI.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 Optional<String>appVersion()API.CustomerFeedbackParamsappVersion(String appVersion)Optional<String>buildInfo()API.CustomerFeedbackParamsbuildInfo(String buildInfo)Optional<String>deviceModel()API.CustomerFeedbackParamsdeviceModel(String deviceModel)Stringmessage()API.CustomerFeedbackParamsmessage(String message)API.CustomerFeedbackParams.Moodmood()API.CustomerFeedbackParamsmood(API.CustomerFeedbackParams.Mood mood)Optional<Long>till()API.CustomerFeedbackParamstill(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()
 
- 
appVersion
@Nonnull public API.CustomerFeedbackParams appVersion(@Nullable String appVersion)
 
- 
buildInfo
@Nonnull public API.CustomerFeedbackParams buildInfo(@Nullable String buildInfo)
 
- 
deviceModel
@Nonnull public API.CustomerFeedbackParams deviceModel(@Nullable String deviceModel)
 
- 
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)
 
 - 
 
 -