public static class ImageResponse.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ImageResponse |
build() |
ImageResponse.Builder |
copy(ImageResponse model) |
ImageResponse.Builder |
id(String id)
The image ID associated with the product license.
|
ImageResponse.Builder |
listingId(String listingId)
The image listing ID.
|
ImageResponse.Builder |
listingName(String listingName)
The listing name associated with the product license.
|
ImageResponse.Builder |
packageVersion(String packageVersion)
The image package version.
|
ImageResponse.Builder |
publisher(String publisher)
The image publisher.
|
public ImageResponse.Builder id(String id)
The image ID associated with the product license.
id
- the value to setpublic ImageResponse.Builder listingName(String listingName)
The listing name associated with the product license.
listingName
- the value to setpublic ImageResponse.Builder publisher(String publisher)
The image publisher.
publisher
- the value to setpublic ImageResponse.Builder listingId(String listingId)
The image listing ID.
listingId
- the value to setpublic ImageResponse.Builder packageVersion(String packageVersion)
The image package version.
packageVersion
- the value to setpublic ImageResponse build()
public ImageResponse.Builder copy(ImageResponse model)
Copyright © 2016–2024. All rights reserved.