Class ApplicationGrant
java.lang.Object
com.microsoft.store.partnercenter.models.applicationconsents.ApplicationGrant
public class ApplicationGrant extends Object
The ApplicationGrant resource. Represents the grants which enabled consents for an application.
-
Constructor Summary
Constructors Constructor Description ApplicationGrant() -
Method Summary
Modifier and Type Method Description StringgetEnterpriseApplicationId()StringgetScope()voidsetEnterpriseApplicationId(String value)voidsetScope(String value)
-
Constructor Details
-
ApplicationGrant
public ApplicationGrant()
-
-
Method Details