public static interface CustomContentConfiguration.Builder extends SdkPojo, CopyableBuilder<CustomContentConfiguration.Builder,CustomContentConfiguration>
| Modifier and Type | Method and Description |
|---|---|
CustomContentConfiguration.Builder |
contentType(CustomContentType contentType)
The content type of the custom content visual.
|
CustomContentConfiguration.Builder |
contentType(String contentType)
The content type of the custom content visual.
|
CustomContentConfiguration.Builder |
contentUrl(String contentUrl)
The input URL that links to the custom content that you want in the custom visual.
|
CustomContentConfiguration.Builder |
imageScaling(CustomContentImageScalingConfiguration imageScaling)
The sizing options for the size of the custom content visual.
|
CustomContentConfiguration.Builder |
imageScaling(String imageScaling)
The sizing options for the size of the custom content visual.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCustomContentConfiguration.Builder contentUrl(String contentUrl)
The input URL that links to the custom content that you want in the custom visual.
contentUrl - The input URL that links to the custom content that you want in the custom visual.CustomContentConfiguration.Builder contentType(String contentType)
The content type of the custom content visual. You can use this to have the visual render as an image.
contentType - The content type of the custom content visual. You can use this to have the visual render as an image.CustomContentType,
CustomContentTypeCustomContentConfiguration.Builder contentType(CustomContentType contentType)
The content type of the custom content visual. You can use this to have the visual render as an image.
contentType - The content type of the custom content visual. You can use this to have the visual render as an image.CustomContentType,
CustomContentTypeCustomContentConfiguration.Builder imageScaling(String imageScaling)
The sizing options for the size of the custom content visual. This structure is required when the
ContentType of the visual is 'IMAGE'.
imageScaling - The sizing options for the size of the custom content visual. This structure is required when the
ContentType of the visual is 'IMAGE'.CustomContentImageScalingConfiguration,
CustomContentImageScalingConfigurationCustomContentConfiguration.Builder imageScaling(CustomContentImageScalingConfiguration imageScaling)
The sizing options for the size of the custom content visual. This structure is required when the
ContentType of the visual is 'IMAGE'.
imageScaling - The sizing options for the size of the custom content visual. This structure is required when the
ContentType of the visual is 'IMAGE'.CustomContentImageScalingConfiguration,
CustomContentImageScalingConfigurationCopyright © 2023. All rights reserved.