Class AuditLogListResponse.UserAdded.Data
-
- All Implemented Interfaces:
public final class AuditLogListResponse.UserAdded.DataThe payload used to add the user to the project.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classAuditLogListResponse.UserAdded.Data.BuilderA builder for Data.
-
Method Summary
Modifier and Type Method Description final Optional<String>role()The role of the user. final JsonField<String>_role()Returns the raw JSON value of role. final Map<String, JsonValue>_additionalProperties()final AuditLogListResponse.UserAdded.Data.BuildertoBuilder()final AuditLogListResponse.UserAdded.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.UserAdded.Data.Builderbuilder()Returns a mutable builder for constructing an instance of Data. -
-
Method Detail
-
_role
final JsonField<String> _role()
Returns the raw JSON value of role.
Unlike role, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final AuditLogListResponse.UserAdded.Data.Builder toBuilder()
-
validate
final AuditLogListResponse.UserAdded.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.UserAdded.Data.Builder builder()
Returns a mutable builder for constructing an instance of Data.
-
-
-
-