Class OrganizationUser.Projects
-
- All Implemented Interfaces:
public final class OrganizationUser.ProjectsProjects associated with the user, if included.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classOrganizationUser.Projects.BuilderA builder for Projects.
public final classOrganizationUser.Projects.Data
-
Method Summary
Modifier and Type Method Description final List<OrganizationUser.Projects.Data>data()final JsonValue_object_()Expected to always return the following:
However, this method can be useful for debugging and logging (e.g.JsonValue.from("list")final JsonField<List<OrganizationUser.Projects.Data>>_data()Returns the raw JSON value of data. final Map<String, JsonValue>_additionalProperties()final OrganizationUser.Projects.BuildertoBuilder()final OrganizationUser.Projectsvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static OrganizationUser.Projects.Builderbuilder()Returns a mutable builder for constructing an instance of Projects. -
-
Method Detail
-
data
final List<OrganizationUser.Projects.Data> data()
-
_object_
final JsonValue _object_()
Expected to always return the following:
JsonValue.from("list")However, this method can be useful for debugging and logging (e.g. if the server responded with an unexpected value).
-
_data
final JsonField<List<OrganizationUser.Projects.Data>> _data()
Returns the raw JSON value of data.
Unlike data, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final OrganizationUser.Projects.Builder toBuilder()
-
validate
final OrganizationUser.Projects 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 OrganizationUser.Projects.Builder builder()
Returns a mutable builder for constructing an instance of Projects.
The following fields are required:
.data()
-
-
-
-