Class RoleListResponse.AssignmentSource
-
- All Implemented Interfaces:
public final class RoleListResponse.AssignmentSource
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classRoleListResponse.AssignmentSource.BuilderA builder for AssignmentSource.
-
Method Summary
Modifier and Type Method Description final StringprincipalId()final StringprincipalType()final JsonField<String>_principalId()Returns the raw JSON value of principalId. final JsonField<String>_principalType()Returns the raw JSON value of principalType. final Map<String, JsonValue>_additionalProperties()final RoleListResponse.AssignmentSource.BuildertoBuilder()final RoleListResponse.AssignmentSourcevalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static RoleListResponse.AssignmentSource.Builderbuilder()Returns a mutable builder for constructing an instance of AssignmentSource. -
-
Method Detail
-
principalId
final String principalId()
-
principalType
final String principalType()
-
_principalId
final JsonField<String> _principalId()
Returns the raw JSON value of principalId.
Unlike principalId, this method doesn't throw if the JSON field has an unexpected type.
-
_principalType
final JsonField<String> _principalType()
Returns the raw JSON value of principalType.
Unlike principalType, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final RoleListResponse.AssignmentSource.Builder toBuilder()
-
validate
final RoleListResponse.AssignmentSource 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 RoleListResponse.AssignmentSource.Builder builder()
Returns a mutable builder for constructing an instance of AssignmentSource.
The following fields are required:
.principalId() .principalType()
-
-
-
-