Uses of Class
com.microsoft.store.partnercenter.models.auditing.ResourceType
| Package | Description |
|---|---|
| com.microsoft.store.partnercenter.models.auditing |
-
Uses of ResourceType in com.microsoft.store.partnercenter.models.auditing
Methods in com.microsoft.store.partnercenter.models.auditing that return ResourceType Modifier and Type Method Description ResourceTypeAuditRecord. getResourceType()Gets the type of the resource acted upon by the operation.static ResourceTypeResourceType. valueOf(String name)Returns the enum constant of this type with the specified name.static ResourceType[]ResourceType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.store.partnercenter.models.auditing with parameters of type ResourceType Modifier and Type Method Description voidAuditRecord. setResourceType(ResourceType value)Sets the type of the resource acted upon by the operation.