Uses of Class
com.microsoft.store.partnercenter.models.auditing.OperationType
| Package | Description |
|---|---|
| com.microsoft.store.partnercenter.models.auditing |
-
Uses of OperationType in com.microsoft.store.partnercenter.models.auditing
Methods in com.microsoft.store.partnercenter.models.auditing that return OperationType Modifier and Type Method Description OperationTypeAuditRecord. getOperationType()Gets the type of the operation being performed.static OperationTypeOperationType. valueOf(String name)Returns the enum constant of this type with the specified name.static OperationType[]OperationType. 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 OperationType Modifier and Type Method Description voidAuditRecord. setOperationType(OperationType value)Sets the type of the operation being performed.