Class CustomerAvailabilityCollectionByTargetSegmentByReservationScopeOperations
java.lang.Object
com.microsoft.store.partnercenter.BasePartnerComponent<QuintupleTuple<String,String,String,String,String>>
com.microsoft.store.partnercenter.customers.products.CustomerAvailabilityCollectionByTargetSegmentByReservationScopeOperations
- All Implemented Interfaces:
IEntireEntityCollectionRetrievalOperations<Availability,ResourceCollection<Availability>>,IPartnerComponent<QuintupleTuple<String,String,String,String,String>>,IAvailabilityCollectionByTargetSegmentByReservationScopeOperations
public class CustomerAvailabilityCollectionByTargetSegmentByReservationScopeOperations extends BasePartnerComponent<QuintupleTuple<String,String,String,String,String>> implements IAvailabilityCollectionByTargetSegmentByReservationScopeOperations
Implementation of customer availabilities operations by target segment by reservation scope.
-
Constructor Summary
Constructors Modifier Constructor Description protectedCustomerAvailabilityCollectionByTargetSegmentByReservationScopeOperations(IPartner rootPartnerOperations, String customerId, String productId, String skuId, String targetSegment, String reservationScope)Initializes a new instance of the CustomerAvailabilityCollectionByTargetSegmentOperations class. -
Method Summary
Modifier and Type Method Description ResourceCollection<Availability>get()Gets all the availabilities for the provided SKU on a specific target segment.Methods inherited from class com.microsoft.store.partnercenter.BasePartnerComponent
getContext, getPartnerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.microsoft.store.partnercenter.IPartnerComponent
getContext, getPartner
-
Constructor Details
-
CustomerAvailabilityCollectionByTargetSegmentByReservationScopeOperations
protected CustomerAvailabilityCollectionByTargetSegmentByReservationScopeOperations(IPartner rootPartnerOperations, String customerId, String productId, String skuId, String targetSegment, String reservationScope)Initializes a new instance of the CustomerAvailabilityCollectionByTargetSegmentOperations class.- Parameters:
rootPartnerOperations- The root partner operations instance.customerId- Identifier for the customer.productId- Identifier for the product.skuId- Identifier for the SKU.targetSegment- The target segment used for filtering the availabilities.reservationScope- The reservation scope filter.
-
-
Method Details
-
get
Gets all the availabilities for the provided SKU on a specific target segment.- Specified by:
getin interfaceIEntireEntityCollectionRetrievalOperations<Availability,ResourceCollection<Availability>>- Returns:
- The availability for the provided SKU on a specific target segment.
-