Class Image
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.global_catalog.v1.model.Image
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class Image extends com.ibm.cloud.sdk.core.service.model.GenericModelImage annotation for this catalog entry. The image is a URL.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classImage.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringfeatureImage()Gets the featureImage.java.lang.Stringimage()Gets the image.java.lang.StringmediumImage()Gets the mediumImage.Image.BuildernewBuilder()New builder.java.lang.StringsmallImage()Gets the smallImage.
-
-
-
Method Detail
-
newBuilder
public Image.Builder newBuilder()
New builder.- Returns:
- a Image builder
-
image
public java.lang.String image()
Gets the image. URL for the large, default image.- Returns:
- the image
-
smallImage
public java.lang.String smallImage()
Gets the smallImage. URL for a small image.- Returns:
- the smallImage
-
mediumImage
public java.lang.String mediumImage()
Gets the mediumImage. URL for a medium image.- Returns:
- the mediumImage
-
featureImage
public java.lang.String featureImage()
Gets the featureImage. URL for a featured image.- Returns:
- the featureImage
-
-