Class GetOfferingOptions

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

    public class GetOfferingOptions
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    The getOffering options.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String catalogIdentifier()
      Gets the catalogIdentifier.
      java.lang.Boolean digest()
      Gets the digest.
      GetOfferingOptions.Builder newBuilder()
      New builder.
      java.lang.String offeringId()
      Gets the offeringId.
      java.lang.String type()
      Gets the type.
      • 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

      • catalogIdentifier

        public java.lang.String catalogIdentifier()
        Gets the catalogIdentifier. Catalog identifier.
        Returns:
        the catalogIdentifier
      • offeringId

        public java.lang.String offeringId()
        Gets the offeringId. Offering identification.
        Returns:
        the offeringId
      • type

        public java.lang.String type()
        Gets the type. Offering Parameter Type. Valid values are 'name' or 'id'. Default is 'id'.
        Returns:
        the type
      • digest

        public java.lang.Boolean digest()
        Gets the digest. Return the digest format of the specified offering. Default is false.
        Returns:
        the digest