Class ProjectUpdateParams.Body
-
- All Implemented Interfaces:
public final class ProjectUpdateParams.Body
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classProjectUpdateParams.Body.BuilderA builder for Body.
-
Method Summary
Modifier and Type Method Description final Optional<String>externalKeyId()External key ID to associate with the project. final Optional<String>geography()Geography for the project. final Optional<String>name()The updated name of the project, this name appears in reports. final JsonField<String>_externalKeyId()Returns the raw JSON value of externalKeyId. final JsonField<String>_geography()Returns the raw JSON value of geography. final JsonField<String>_name()Returns the raw JSON value of name. final Map<String, JsonValue>_additionalProperties()final ProjectUpdateParams.Body.BuildertoBuilder()final ProjectUpdateParams.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 ProjectUpdateParams.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.
-
_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.
-
_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.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final ProjectUpdateParams.Body.Builder toBuilder()
-
validate
final ProjectUpdateParams.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 ProjectUpdateParams.Body.Builder builder()
Returns a mutable builder for constructing an instance of Body.
-
-
-
-