Class AuditLogListResponse.GroupCreated.Data
-
- All Implemented Interfaces:
public final class AuditLogListResponse.GroupCreated.DataInformation about the created group.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classAuditLogListResponse.GroupCreated.Data.BuilderA builder for Data.
-
Method Summary
Modifier and Type Method Description final Optional<String>groupName()The group name. final JsonField<String>_groupName()Returns the raw JSON value of groupName. final Map<String, JsonValue>_additionalProperties()final AuditLogListResponse.GroupCreated.Data.BuildertoBuilder()final AuditLogListResponse.GroupCreated.Datavalidate()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.GroupCreated.Data.Builderbuilder()Returns a mutable builder for constructing an instance of Data. -
-
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.GroupCreated.Data.Builder toBuilder()
-
validate
final AuditLogListResponse.GroupCreated.Data 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.GroupCreated.Data.Builder builder()
Returns a mutable builder for constructing an instance of Data.
-
-
-
-