Interface IAgreementDetailsCollection
- All Superinterfaces:
IEntireEntityCollectionRetrievalOperations<AgreementMetaData,ResourceCollection<AgreementMetaData>>,IPartnerComponent<String>,IPartnerComponentString
- All Known Implementing Classes:
AgreementDetailsCollectionOperations
public interface IAgreementDetailsCollection extends IPartnerComponentString, IEntireEntityCollectionRetrievalOperations<AgreementMetaData,ResourceCollection<AgreementMetaData>>
Encapsulates the operations on the agreement metadata collection.
-
Method Summary
Modifier and Type Method Description IAgreementDetailsCollectionbyAgreementType(String agreementType)Retrieves the operations tied with a specified agreement type.ResourceCollection<AgreementMetaData>get()Gets the agreement details.Methods inherited from interface com.microsoft.store.partnercenter.IPartnerComponent
getContext, getPartner
-
Method Details
-
get
Gets the agreement details.- Specified by:
getin interfaceIEntireEntityCollectionRetrievalOperations<AgreementMetaData,ResourceCollection<AgreementMetaData>>- Returns:
- The current agreement metadata.
-
byAgreementType
Retrieves the operations tied with a specified agreement type.- Parameters:
agreementType- The agreement type filter.- Returns:
- The available operations for agreement details.
-