public static interface ImageLocation.Builder extends SdkPojo, CopyableBuilder<ImageLocation.Builder,ImageLocation>
| Modifier and Type | Method and Description |
|---|---|
ImageLocation.Builder |
id(String id)
The ID of the image.
|
ImageLocation.Builder |
url(String url)
The URL where the image is available.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildImageLocation.Builder id(String id)
The ID of the image.
id - The ID of the image.ImageLocation.Builder url(String url)
The URL where the image is available. The URL is valid for 15 minutes so that you can view and download the image
url - The URL where the image is available. The URL is valid for 15 minutes so that you can view and
download the imageCopyright © 2023. All rights reserved.