Interface ICustomerApplicationConsentCollection
- All Superinterfaces:
IEntityCreateOperations<ApplicationConsent,ApplicationConsent>,IEntitySelector<String,IApplicationConsent>,IPartnerComponent<String>,IPartnerComponentString
- All Known Implementing Classes:
CustomerApplicationConsentCollectionOperations
public interface ICustomerApplicationConsentCollection extends IPartnerComponentString, IEntitySelector<String,IApplicationConsent>, IEntityCreateOperations<ApplicationConsent,ApplicationConsent>
Encapsulates the operations on the ApplicationConsent collection.
-
Method Summary
Modifier and Type Method Description IApplicationConsentbyId(String applicationId)Gets a single application consent behavior.ApplicationConsentcreate(ApplicationConsent newEntity)Adds application consents.Methods inherited from interface com.microsoft.store.partnercenter.IPartnerComponent
getContext, getPartner
-
Method Details
-
byId
Gets a single application consent behavior.- Specified by:
byIdin interfaceIEntitySelector<String,IApplicationConsent>- Parameters:
applicationId- The application identifier.- Returns:
- The application consent operations.
-
create
Adds application consents.- Specified by:
createin interfaceIEntityCreateOperations<ApplicationConsent,ApplicationConsent>- Parameters:
newEntity- ApplicationConsent to add.- Returns:
- ApplicationConsent entity.
-