Class BetaCacheControlEphemeral
-
- All Implemented Interfaces:
public final class BetaCacheControlEphemeral
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaCacheControlEphemeral.BuilderA builder for BetaCacheControlEphemeral.
-
Method Summary
Modifier and Type Method Description final JsonValue_type()Expected to always return the following:
However, this method can be useful for debugging and logging (e.g.JsonValue.from("ephemeral")final Map<String, JsonValue>_additionalProperties()final BetaCacheControlEphemeral.BuildertoBuilder()final BetaCacheControlEphemeralvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaCacheControlEphemeral.Builderbuilder()Returns a mutable builder for constructing an instance of BetaCacheControlEphemeral. -
-
Method Detail
-
_type
final JsonValue _type()
Expected to always return the following:
JsonValue.from("ephemeral")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 BetaCacheControlEphemeral.Builder toBuilder()
-
validate
final BetaCacheControlEphemeral validate()
-
builder
final static BetaCacheControlEphemeral.Builder builder()
Returns a mutable builder for constructing an instance of BetaCacheControlEphemeral.
-
-
-
-