Class UrlEndpointResponse.UrlRewriter.Cloudinary.Builder
-
- All Implemented Interfaces:
public final class UrlEndpointResponse.UrlRewriter.Cloudinary.BuilderA builder for Cloudinary.
-
-
Method Summary
-
-
Method Detail
-
preserveAssetDeliveryTypes
final UrlEndpointResponse.UrlRewriter.Cloudinary.Builder preserveAssetDeliveryTypes(Boolean preserveAssetDeliveryTypes)
Whether to preserve
<asset_type>/<delivery_type>in the rewritten URL.
-
preserveAssetDeliveryTypes
final UrlEndpointResponse.UrlRewriter.Cloudinary.Builder preserveAssetDeliveryTypes(JsonField<Boolean> preserveAssetDeliveryTypes)
Sets Builder.preserveAssetDeliveryTypes to an arbitrary JSON value.
You should usually call Builder.preserveAssetDeliveryTypes with a well-typed Boolean value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
type
final UrlEndpointResponse.UrlRewriter.Cloudinary.Builder type(JsonValue type)
Sets the field to an arbitrary JSON value.
It is usually unnecessary to call this method because the field defaults to the following:
JsonValue.from("CLOUDINARY")This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final UrlEndpointResponse.UrlRewriter.Cloudinary.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final UrlEndpointResponse.UrlRewriter.Cloudinary.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final UrlEndpointResponse.UrlRewriter.Cloudinary.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final UrlEndpointResponse.UrlRewriter.Cloudinary.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final UrlEndpointResponse.UrlRewriter.Cloudinary.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final UrlEndpointResponse.UrlRewriter.Cloudinary build()
Returns an immutable instance of Cloudinary.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.preserveAssetDeliveryTypes()
-
-
-
-