Class UpdateOfferingIbmOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.catalog_management.v1.model.UpdateOfferingIbmOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class UpdateOfferingIbmOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe updateOfferingIbm options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUpdateOfferingIbmOptions.ApprovalTypeType of approval, ibm or public.static interfaceUpdateOfferingIbmOptions.ApprovedApprove (true) or disapprove (false).static classUpdateOfferingIbmOptions.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringapprovalType()Gets the approvalType.java.lang.Stringapproved()Gets the approved.java.lang.StringcatalogIdentifier()Gets the catalogIdentifier.UpdateOfferingIbmOptions.BuildernewBuilder()New builder.java.lang.StringofferingId()Gets the offeringId.
-
-
-
Method Detail
-
newBuilder
public UpdateOfferingIbmOptions.Builder newBuilder()
New builder.- Returns:
- a UpdateOfferingIbmOptions builder
-
catalogIdentifier
public java.lang.String catalogIdentifier()
Gets the catalogIdentifier. Catalog identifier.- Returns:
- the catalogIdentifier
-
offeringId
public java.lang.String offeringId()
Gets the offeringId. Offering identification.- Returns:
- the offeringId
-
approvalType
public java.lang.String approvalType()
Gets the approvalType. Type of approval, ibm or public.- Returns:
- the approvalType
-
approved
public java.lang.String approved()
Gets the approved. Approve (true) or disapprove (false).- Returns:
- the approved
-
-