Class Provider
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.global_catalog.v1.model.Provider
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class Provider extends com.ibm.cloud.sdk.core.service.model.GenericModelInformation related to the provider associated with a catalog entry.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classProvider.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringcontact()Gets the contact.java.lang.Stringemail()Gets the email.java.lang.Stringname()Gets the name.Provider.BuildernewBuilder()New builder.java.lang.Stringphone()Gets the phone.java.lang.StringsupportEmail()Gets the supportEmail.
-
-
-
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
-
-