Class ReplaceOfferingIconOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.catalog_management.v1.model.ReplaceOfferingIconOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class ReplaceOfferingIconOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe replaceOfferingIcon options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classReplaceOfferingIconOptions.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringcatalogIdentifier()Gets the catalogIdentifier.java.lang.StringfileName()Gets the fileName.ReplaceOfferingIconOptions.BuildernewBuilder()New builder.java.lang.StringofferingId()Gets the offeringId.
-
-
-
Method Detail
-
newBuilder
public ReplaceOfferingIconOptions.Builder newBuilder()
New builder.- Returns:
- a ReplaceOfferingIconOptions 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
-
fileName
public java.lang.String fileName()
Gets the fileName. Name of the file name that is being uploaded.- Returns:
- the fileName
-
-