Uses of Class
com.microsoft.store.partnercenter.models.devicesdeployment.PolicyCategory
| Package | Description |
|---|---|
| com.microsoft.store.partnercenter.models.devicesdeployment |
-
Uses of PolicyCategory in com.microsoft.store.partnercenter.models.devicesdeployment
Methods in com.microsoft.store.partnercenter.models.devicesdeployment that return PolicyCategory Modifier and Type Method Description PolicyCategoryConfigurationPolicy. getCategory()static PolicyCategoryPolicyCategory. valueOf(String name)Returns the enum constant of this type with the specified name.static PolicyCategory[]PolicyCategory. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.store.partnercenter.models.devicesdeployment that return types with arguments of type PolicyCategory Modifier and Type Method Description Collection<KeyValuePair<PolicyCategory,String>>Device. getPolicies()Methods in com.microsoft.store.partnercenter.models.devicesdeployment with parameters of type PolicyCategory Modifier and Type Method Description voidConfigurationPolicy. setCategory(PolicyCategory value)Method parameters in com.microsoft.store.partnercenter.models.devicesdeployment with type arguments of type PolicyCategory Modifier and Type Method Description voidDevice. setPolicies(Collection<KeyValuePair<PolicyCategory,String>> value)