Class GetOfferingSourceOptions.Builder
- java.lang.Object
-
- com.ibm.cloud.platform_services.catalog_management.v1.model.GetOfferingSourceOptions.Builder
-
- Enclosing class:
- GetOfferingSourceOptions
public static class GetOfferingSourceOptions.Builder extends java.lang.ObjectBuilder.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetOfferingSourceOptions.Builderaccept(java.lang.String accept)Set the accept.GetOfferingSourceOptionsbuild()Builds a GetOfferingSourceOptions.GetOfferingSourceOptions.BuildercatalogId(java.lang.String catalogId)Set the catalogId.GetOfferingSourceOptions.Builderchannel(java.lang.String channel)Set the channel.GetOfferingSourceOptions.Builderid(java.lang.String id)Set the id.GetOfferingSourceOptions.Builderkind(java.lang.String kind)Set the kind.GetOfferingSourceOptions.Buildername(java.lang.String name)Set the name.GetOfferingSourceOptions.Builderversion(java.lang.String version)Set the version.
-
-
-
Method Detail
-
build
public GetOfferingSourceOptions build()
Builds a GetOfferingSourceOptions.- Returns:
- the new GetOfferingSourceOptions instance
-
version
public GetOfferingSourceOptions.Builder version(java.lang.String version)
Set the version.- Parameters:
version- the version- Returns:
- the GetOfferingSourceOptions builder
-
accept
public GetOfferingSourceOptions.Builder accept(java.lang.String accept)
Set the accept.- Parameters:
accept- the accept- Returns:
- the GetOfferingSourceOptions builder
-
catalogId
public GetOfferingSourceOptions.Builder catalogId(java.lang.String catalogId)
Set the catalogId.- Parameters:
catalogId- the catalogId- Returns:
- the GetOfferingSourceOptions builder
-
name
public GetOfferingSourceOptions.Builder name(java.lang.String name)
Set the name.- Parameters:
name- the name- Returns:
- the GetOfferingSourceOptions builder
-
id
public GetOfferingSourceOptions.Builder id(java.lang.String id)
Set the id.- Parameters:
id- the id- Returns:
- the GetOfferingSourceOptions builder
-
kind
public GetOfferingSourceOptions.Builder kind(java.lang.String kind)
Set the kind.- Parameters:
kind- the kind- Returns:
- the GetOfferingSourceOptions builder
-
channel
public GetOfferingSourceOptions.Builder channel(java.lang.String channel)
Set the channel.- Parameters:
channel- the channel- Returns:
- the GetOfferingSourceOptions builder
-
-