Class Provider

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

    public class Provider
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    Information related to the provider associated with a catalog entry.
    • Nested Class Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String contact()
      Gets the contact.
      java.lang.String email()
      Gets the email.
      java.lang.String name()
      Gets the name.
      Provider.Builder newBuilder()
      New builder.
      java.lang.String phone()
      Gets the phone.
      java.lang.String supportEmail()
      Gets the supportEmail.
      • 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 Provider.Builder newBuilder()
        New builder.
        Returns:
        a Provider builder
      • email

        public java.lang.String email()
        Gets the email. Provider's email address for this catalog entry.
        Returns:
        the email
      • name

        public java.lang.String name()
        Gets the name. Provider's name, for example, IBM.
        Returns:
        the name
      • contact

        public java.lang.String contact()
        Gets the contact. Provider's contact name.
        Returns:
        the contact
      • supportEmail

        public java.lang.String supportEmail()
        Gets the supportEmail. Provider's support email.
        Returns:
        the supportEmail
      • phone

        public java.lang.String phone()
        Gets the phone. Provider's contact phone.
        Returns:
        the phone