Class AvailabilityCollectionByTargetSegmentByReservationScopeOperations
java.lang.Object
com.microsoft.store.partnercenter.BasePartnerComponent<QuintupleTuple<String,String,String,String,String>>
com.microsoft.store.partnercenter.products.AvailabilityCollectionByTargetSegmentByReservationScopeOperations
- All Implemented Interfaces:
IEntireEntityCollectionRetrievalOperations<Availability,ResourceCollection<Availability>>,IPartnerComponent<QuintupleTuple<String,String,String,String,String>>,IAvailabilityCollectionByTargetSegmentByReservationScopeOperations
public class AvailabilityCollectionByTargetSegmentByReservationScopeOperations extends BasePartnerComponent<QuintupleTuple<String,String,String,String,String>> implements IAvailabilityCollectionByTargetSegmentByReservationScopeOperations
Implements the operations for availabilities by target segment and reservation scope.
-
Constructor Summary
Constructors Constructor Description AvailabilityCollectionByTargetSegmentByReservationScopeOperations(IPartner rootPartnerOperations, String productId, String skuId, String country, String targetSegment, String reservationScope)Initializes a new instance of the AvailabilityCollectionByTargetSegmentByReservationScopeOperations class. -
Method Summary
Modifier and Type Method Description ResourceCollection<Availability>get()Gets all the availabilities for the provided SKU on a specific reservation scope given a 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
-
AvailabilityCollectionByTargetSegmentByReservationScopeOperations
public AvailabilityCollectionByTargetSegmentByReservationScopeOperations(IPartner rootPartnerOperations, String productId, String skuId, String country, String targetSegment, String reservationScope)Initializes a new instance of the AvailabilityCollectionByTargetSegmentByReservationScopeOperations class.- Parameters:
rootPartnerOperations- The root partner operations instance.productId- Identifier for the product.skuId- Identifier for the SKU.country- The country on which to base the product.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 reservation scope given a target segment.- Specified by:
getin interfaceIEntireEntityCollectionRetrievalOperations<Availability,ResourceCollection<Availability>>- Returns:
- The availabilities for the provided SKU on a specific reservation scope given a target segment.
-