Class DeliveryMethodResCollection
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.dph_services.dph.v1.model.DeliveryMethodResCollection
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class DeliveryMethodResCollection extends com.ibm.cloud.sdk.core.service.model.GenericModelA collection of delivery methods.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<DeliveryMethodRes>getDeliveryMethods()Gets the deliveryMethods.FirstPagegetFirst()Gets the first.java.lang.LonggetLimit()Gets the limit.NextPagegetNext()Gets the next.java.lang.LonggetTotalResults()Gets the totalResults.
-
-
-
Method Detail
-
getLimit
public java.lang.Long getLimit()
Gets the limit. Set a limit on the number of results returned.- Returns:
- the limit
-
getFirst
public FirstPage getFirst()
Gets the first. First page in the collection.- Returns:
- the first
-
getNext
public NextPage getNext()
Gets the next. Next page in the collection.- Returns:
- the next
-
getTotalResults
public java.lang.Long getTotalResults()
Gets the totalResults. Indicates the total number of results returned.- Returns:
- the totalResults
-
getDeliveryMethods
public java.util.List<DeliveryMethodRes> getDeliveryMethods()
Gets the deliveryMethods. Collection of delivery methods.- Returns:
- the deliveryMethods
-
-