Class GetOfferingSourceOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.catalog_management.v1.model.GetOfferingSourceOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class GetOfferingSourceOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe getOfferingSource options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetOfferingSourceOptions.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringaccept()Gets the accept.java.lang.StringcatalogId()Gets the catalogId.java.lang.Stringchannel()Gets the channel.java.lang.Stringid()Gets the id.java.lang.Stringkind()Gets the kind.java.lang.Stringname()Gets the name.GetOfferingSourceOptions.BuildernewBuilder()New builder.java.lang.Stringversion()Gets the version.
-
-
-
Method Detail
-
newBuilder
public GetOfferingSourceOptions.Builder newBuilder()
New builder.- Returns:
- a GetOfferingSourceOptions builder
-
version
public java.lang.String version()
Gets the version. The version being requested.- Returns:
- the version
-
accept
public java.lang.String accept()
Gets the accept. The type of the response: application/yaml, application/json, or application/x-gzip.- Returns:
- the accept
-
catalogId
public java.lang.String catalogId()
Gets the catalogId. Catlaog ID. If not specified, this value will default to the public catalog.- Returns:
- the catalogId
-
name
public java.lang.String name()
Gets the name. Offering name. An offering name or ID must be specified.- Returns:
- the name
-
id
public java.lang.String id()
Gets the id. Offering id. An offering name or ID must be specified.- Returns:
- the id
-
kind
public java.lang.String kind()
Gets the kind. The kind of offering (e.g. helm, ova, terraform...).- Returns:
- the kind
-
channel
public java.lang.String channel()
Gets the channel. The channel value of the specified version.- Returns:
- the channel
-
-