Class AuditLogListResponse.GroupUpdated.ChangesRequested
-
- All Implemented Interfaces:
public final class AuditLogListResponse.GroupUpdated.ChangesRequestedThe payload used to update the group.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classAuditLogListResponse.GroupUpdated.ChangesRequested.BuilderA builder for ChangesRequested.
-
Method Summary
Modifier and Type Method Description final Optional<String>groupName()The updated group name. final JsonField<String>_groupName()Returns the raw JSON value of groupName. final Map<String, JsonValue>_additionalProperties()final AuditLogListResponse.GroupUpdated.ChangesRequested.BuildertoBuilder()final AuditLogListResponse.GroupUpdated.ChangesRequestedvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static AuditLogListResponse.GroupUpdated.ChangesRequested.Builderbuilder()Returns a mutable builder for constructing an instance of ChangesRequested. -
-
Method Detail
-
_groupName
final JsonField<String> _groupName()
Returns the raw JSON value of groupName.
Unlike groupName, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final AuditLogListResponse.GroupUpdated.ChangesRequested.Builder toBuilder()
-
validate
final AuditLogListResponse.GroupUpdated.ChangesRequested validate()
Validates that the types of all values in this object match their expected types recursively.
This method is not forwards compatible with new types from the API for existing fields.
-
builder
final static AuditLogListResponse.GroupUpdated.ChangesRequested.Builder builder()
Returns a mutable builder for constructing an instance of ChangesRequested.
-
-
-
-