IAvailabilityCollection Interface
Implements
public interface IAvailabilityCollection extends IPartnerComponent<TripletTuple<String,String,String>>, IEntireEntityCollectionRetrievalOperations<Availability,ResourceCollection<Availability>>, IEntitySelector<String,IAvailability>
Holds operations that can be performed on availabilities.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract IAvailability |
byId(String availabilityId)
Retrieves the operations tied with a specific availability. |
|
abstract
IAvailability |
byTargetSegment(String targetSegment)
Retrieves the operations that can be applied on availabilities filtered by a specific target segment. |
|
abstract
Resource |
get()
Retrieves all the availabilities for the provided SKU. |
Method Details
byId
public abstract IAvailability byId(String availabilityId)
Retrieves the operations tied with a specific availability.
Parameters:
Returns:
byTargetSegment
public abstract IAvailabilityCollectionByTargetSegment byTargetSegment(String targetSegment)
Retrieves the operations that can be applied on availabilities filtered by a specific target segment.
Parameters:
Returns:
get
public abstract ResourceCollection
Retrieves all the availabilities for the provided SKU.
Returns: