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