public class UpdateTermsOfServiceByIdRequestBody extends SerializableObject
| Modifier and Type | Field and Description |
|---|---|
protected EnumWrapper<UpdateTermsOfServiceByIdRequestBodyStatusField> |
status
Whether this terms of service is active.
|
protected String |
text
The terms of service text to display to users.
|
explicitlySetNullableFields| Constructor and Description |
|---|
UpdateTermsOfServiceByIdRequestBody(EnumWrapper<UpdateTermsOfServiceByIdRequestBodyStatusField> status,
String text) |
UpdateTermsOfServiceByIdRequestBody(UpdateTermsOfServiceByIdRequestBodyStatusField status,
String text) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
EnumWrapper<UpdateTermsOfServiceByIdRequestBodyStatusField> |
getStatus() |
String |
getText() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected final EnumWrapper<UpdateTermsOfServiceByIdRequestBodyStatusField> status
public UpdateTermsOfServiceByIdRequestBody(UpdateTermsOfServiceByIdRequestBodyStatusField status, String text)
public UpdateTermsOfServiceByIdRequestBody(EnumWrapper<UpdateTermsOfServiceByIdRequestBodyStatusField> status, String text)
public EnumWrapper<UpdateTermsOfServiceByIdRequestBodyStatusField> getStatus()