Class GetDeliveryMethodOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.dph_services.dph.v1.model.GetDeliveryMethodOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class GetDeliveryMethodOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe getDeliveryMethod options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetDeliveryMethodOptions.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringcatalogId()Gets the catalogId.java.lang.StringdeliveryMethodId()Gets the deliveryMethodId.GetDeliveryMethodOptions.BuildernewBuilder()New builder.
-
-
-
Method Detail
-
newBuilder
public GetDeliveryMethodOptions.Builder newBuilder()
New builder.- Returns:
- a GetDeliveryMethodOptions builder
-
catalogId
public java.lang.String catalogId()
Gets the catalogId. The catalog ID where delivery method is stored.- Returns:
- the catalogId
-
deliveryMethodId
public java.lang.String deliveryMethodId()
Gets the deliveryMethodId. The ID of the delivery method to retrieve.- Returns:
- the deliveryMethodId
-
-