Class Support
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.catalog_management.v1.model.Support
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class Support extends com.ibm.cloud.sdk.core.service.model.GenericModelOffering Support information.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSupport.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.String>locations()Gets the locations.Support.BuildernewBuilder()New builder.java.lang.Stringprocess()Gets the process.java.lang.Stringurl()Gets the url.
-
-
-
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
-
-