Class ApplicationConsent
java.lang.Object
com.microsoft.store.partnercenter.models.ResourceBase
com.microsoft.store.partnercenter.models.applicationconsents.ApplicationConsent
public class ApplicationConsent extends ResourceBase
The ApplicationConsent resource. Represents the enabled consents for an application.
-
Constructor Summary
Constructors Constructor Description ApplicationConsent() -
Method Summary
Modifier and Type Method Description ApplicationGrant[]getApplicationGrants()StringgetApplicationId()StringgetDisplayName()voidsetApplicationGrants(ApplicationGrant[] value)voidsetApplicationId(String value)voidsetDisplayName(String value)
-
Constructor Details
-
ApplicationConsent
public ApplicationConsent()
-
-
Method Details