Class RoleRetrieveResponse.CreatedByUserObj
-
- All Implemented Interfaces:
public final class RoleRetrieveResponse.CreatedByUserObjUser details for the actor that created the role, when available.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classRoleRetrieveResponse.CreatedByUserObj.BuilderA builder for CreatedByUserObj.
-
Method Summary
Modifier and Type Method Description final Map<String, JsonValue>_additionalProperties()final RoleRetrieveResponse.CreatedByUserObj.BuildertoBuilder()final RoleRetrieveResponse.CreatedByUserObjvalidate()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.CreatedByUserObj.Builderbuilder()Returns a mutable builder for constructing an instance of CreatedByUserObj. -
-
Method Detail
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final RoleRetrieveResponse.CreatedByUserObj.Builder toBuilder()
-
validate
final RoleRetrieveResponse.CreatedByUserObj 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.CreatedByUserObj.Builder builder()
Returns a mutable builder for constructing an instance of CreatedByUserObj.
-
-
-
-