Class Image

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel

    public class Image
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    Image annotation for this catalog entry. The image is a URL.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  Image.Builder
      Builder.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String featureImage()
      Gets the featureImage.
      java.lang.String image()
      Gets the image.
      java.lang.String mediumImage()
      Gets the mediumImage.
      Image.Builder newBuilder()
      New builder.
      java.lang.String smallImage()
      Gets the smallImage.
      • Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
    • 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