Class BetaSelfHostedConfigParams
-
- All Implemented Interfaces:
public final class BetaSelfHostedConfigParamsRequest params for
self_hostedenvironment configuration.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaSelfHostedConfigParams.BuilderA builder for BetaSelfHostedConfigParams.
-
Method Summary
Modifier and Type Method Description final JsonValue_type()Environment typeExpected to always return the following:
However, this method can be useful for debugging and logging (e.g.JsonValue.from("self_hosted")final Map<String, JsonValue>_additionalProperties()final BetaSelfHostedConfigParams.BuildertoBuilder()final BetaSelfHostedConfigParamsvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaSelfHostedConfigParams.Builderbuilder()Returns a mutable builder for constructing an instance of BetaSelfHostedConfigParams. -
-
Method Detail
-
_type
final JsonValue _type()
Environment type
Expected to always return the following:
JsonValue.from("self_hosted")However, this method can be useful for debugging and logging (e.g. if the server responded with an unexpected value).
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final BetaSelfHostedConfigParams.Builder toBuilder()
-
validate
final BetaSelfHostedConfigParams 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 BetaSelfHostedConfigParams.Builder builder()
Returns a mutable builder for constructing an instance of BetaSelfHostedConfigParams.
-
-
-
-