public class UpdateTermsOfServiceStatusForUserByIdRequestBody extends SerializableObject
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
isAccepted
Whether the user has accepted the terms.
|
explicitlySetNullableFields| Constructor and Description |
|---|
UpdateTermsOfServiceStatusForUserByIdRequestBody(boolean isAccepted) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
boolean |
getIsAccepted() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected final boolean isAccepted
public UpdateTermsOfServiceStatusForUserByIdRequestBody(boolean isAccepted)