Class InvalidationCreateParams.Body
-
- All Implemented Interfaces:
public final class InvalidationCreateParams.Body
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classInvalidationCreateParams.Body.BuilderA builder for Body.
-
Method Summary
Modifier and Type Method Description final Stringurl()The full URL of the file to be purged. final JsonField<String>_url()Returns the raw JSON value of url. final Map<String, JsonValue>_additionalProperties()final InvalidationCreateParams.Body.BuildertoBuilder()final InvalidationCreateParams.Bodyvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static InvalidationCreateParams.Body.Builderbuilder()Returns a mutable builder for constructing an instance of Body. -
-
Method Detail
-
_url
final JsonField<String> _url()
Returns the raw JSON value of url.
Unlike url, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final InvalidationCreateParams.Body.Builder toBuilder()
-
validate
final InvalidationCreateParams.Body validate()
-
builder
final static InvalidationCreateParams.Body.Builder builder()
Returns a mutable builder for constructing an instance of Body.
The following fields are required:
.url()
-
-
-
-