Class ApplicationConsentOperations
java.lang.Object
com.microsoft.store.partnercenter.BasePartnerComponent<Tuple<String,String>>
com.microsoft.store.partnercenter.applicationconsents.ApplicationConsentOperations
- All Implemented Interfaces:
IApplicationConsent,IEntityDeleteOperations<ApplicationConsent>,IPartnerComponent<Tuple<String,String>>
public class ApplicationConsentOperations extends BasePartnerComponent<Tuple<String,String>> implements IApplicationConsent
-
Constructor Summary
Constructors Constructor Description ApplicationConsentOperations(IPartner rootPartnerOperations, String customerId, String applicationId)Initializes a new instance of the ApplicationConsentOperations class. -
Method Summary
Modifier and Type Method Description voiddelete()Remove application consent.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
-
ApplicationConsentOperations
public ApplicationConsentOperations(IPartner rootPartnerOperations, String customerId, String applicationId)Initializes a new instance of the ApplicationConsentOperations class.- Parameters:
rootPartnerOperations- The partner operations instance.customerId- The customer identifier.applicationId- The application identifier.
-
-
Method Details
-
delete
public void delete()Remove application consent.- Specified by:
deletein interfaceIApplicationConsent- Specified by:
deletein interfaceIEntityDeleteOperations<ApplicationConsent>
-