Interface IApplicationConsent
- All Superinterfaces:
IEntityDeleteOperations<ApplicationConsent>,IPartnerComponent<Tuple<String,String>>
- All Known Implementing Classes:
ApplicationConsentOperations
public interface IApplicationConsent extends IPartnerComponent<Tuple<String,String>>, IEntityDeleteOperations<ApplicationConsent>
Represents an application consent
-
Method Summary
Modifier and Type Method Description voiddelete()Remove application consent.Methods inherited from interface com.microsoft.store.partnercenter.IPartnerComponent
getContext, getPartner
-
Method Details
-
delete
void delete()Remove application consent.- Specified by:
deletein interfaceIEntityDeleteOperations<ApplicationConsent>
-