Class DeprecateOfferingOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.catalog_management.v1.model.DeprecateOfferingOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class DeprecateOfferingOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe deprecateOffering options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDeprecateOfferingOptions.BuilderBuilder.static interfaceDeprecateOfferingOptions.SettingSet deprecation (true) or cancel deprecation (false).
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringcatalogIdentifier()Gets the catalogIdentifier.java.lang.LongdaysUntilDeprecate()Gets the daysUntilDeprecate.java.lang.Stringdescription()Gets the description.DeprecateOfferingOptions.BuildernewBuilder()New builder.java.lang.StringofferingId()Gets the offeringId.java.lang.Stringsetting()Gets the setting.
-
-
-
Method Detail
-
newBuilder
public DeprecateOfferingOptions.Builder newBuilder()
New builder.- Returns:
- a DeprecateOfferingOptions 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
-
setting
public java.lang.String setting()
Gets the setting. Set deprecation (true) or cancel deprecation (false).- Returns:
- the setting
-
description
public java.lang.String description()
Gets the description. Additional information that users can provide to be displayed in deprecation notification.- Returns:
- the description
-
daysUntilDeprecate
public java.lang.Long daysUntilDeprecate()
Gets the daysUntilDeprecate. Specifies the amount of days until product is not available in catalog.- Returns:
- the daysUntilDeprecate
-
-