Class Support

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

    public class Support
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    Offering Support information.
    • Nested Class Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<java.lang.String> locations()
      Gets the locations.
      Support.Builder newBuilder()
      New builder.
      java.lang.String process()
      Gets the process.
      java.lang.String url()
      Gets the url.
      • 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 Support.Builder newBuilder()
        New builder.
        Returns:
        a Support builder
      • url

        public java.lang.String url()
        Gets the url. URL to be displayed in the Consumption UI for getting support on this offering.
        Returns:
        the url
      • process

        public java.lang.String process()
        Gets the process. Support process as provided by an ISV.
        Returns:
        the process
      • locations

        public java.util.List<java.lang.String> locations()
        Gets the locations. A list of country codes indicating where support is provided.
        Returns:
        the locations