Class RoleRetrieveResponse.AssignmentSource
-
- All Implemented Interfaces:
public final class RoleRetrieveResponse.AssignmentSource
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classRoleRetrieveResponse.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 RoleRetrieveResponse.AssignmentSource.BuildertoBuilder()final RoleRetrieveResponse.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 RoleRetrieveResponse.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 RoleRetrieveResponse.AssignmentSource.Builder toBuilder()
-
validate
final RoleRetrieveResponse.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 RoleRetrieveResponse.AssignmentSource.Builder builder()
Returns a mutable builder for constructing an instance of AssignmentSource.
The following fields are required:
.principalId() .principalType()
-
-
-
-