Class ProjectCreateParams.Body
-
- All Implemented Interfaces:
public final class ProjectCreateParams.Body
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classProjectCreateParams.Body.BuilderA builder for Body.
-
Method Summary
Modifier and Type Method Description final Stringname()The friendly name of the project, this name appears in reports. final Optional<String>externalKeyId()External key ID to associate with the project. final Optional<String>geography()Create the project with the specified data residency region. final JsonField<String>_name()Returns the raw JSON value of name. final JsonField<String>_externalKeyId()Returns the raw JSON value of externalKeyId. final JsonField<String>_geography()Returns the raw JSON value of geography. final Map<String, JsonValue>_additionalProperties()final ProjectCreateParams.Body.BuildertoBuilder()final ProjectCreateParams.Bodyvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ProjectCreateParams.Body.Builderbuilder()Returns a mutable builder for constructing an instance of Body. -
-
Method Detail
-
externalKeyId
final Optional<String> externalKeyId()
External key ID to associate with the project.
-
geography
final Optional<String> geography()
Create the project with the specified data residency region. Your organization must have access to Data residency functionality in order to use. See data residency controls to review the functionality and limitations of setting this field.
-
_name
final JsonField<String> _name()
Returns the raw JSON value of name.
Unlike name, this method doesn't throw if the JSON field has an unexpected type.
-
_externalKeyId
final JsonField<String> _externalKeyId()
Returns the raw JSON value of externalKeyId.
Unlike externalKeyId, this method doesn't throw if the JSON field has an unexpected type.
-
_geography
final JsonField<String> _geography()
Returns the raw JSON value of geography.
Unlike geography, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final ProjectCreateParams.Body.Builder toBuilder()
-
validate
final ProjectCreateParams.Body 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 ProjectCreateParams.Body.Builder builder()
Returns a mutable builder for constructing an instance of Body.
The following fields are required:
.name()
-
-
-
-