Class InviteCreateParams.Project
-
- All Implemented Interfaces:
public final class InviteCreateParams.Project
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classInviteCreateParams.Project.BuilderA builder for Project.
public final classInviteCreateParams.Project.RoleProject membership role
-
Method Summary
Modifier and Type Method Description final Stringid()Project's public ID final InviteCreateParams.Project.Rolerole()Project membership role final JsonField<String>_id()Returns the raw JSON value of id. final JsonField<InviteCreateParams.Project.Role>_role()Returns the raw JSON value of role. final Map<String, JsonValue>_additionalProperties()final InviteCreateParams.Project.BuildertoBuilder()final InviteCreateParams.Projectvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static InviteCreateParams.Project.Builderbuilder()Returns a mutable builder for constructing an instance of Project. -
-
Method Detail
-
role
final InviteCreateParams.Project.Role role()
Project membership role
-
_id
final JsonField<String> _id()
Returns the raw JSON value of id.
Unlike id, this method doesn't throw if the JSON field has an unexpected type.
-
_role
final JsonField<InviteCreateParams.Project.Role> _role()
Returns the raw JSON value of role.
Unlike role, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final InviteCreateParams.Project.Builder toBuilder()
-
validate
final InviteCreateParams.Project 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 InviteCreateParams.Project.Builder builder()
Returns a mutable builder for constructing an instance of Project.
The following fields are required:
.id() .role()
-
-
-
-