Uses of Class
com.microsoft.store.partnercenter.models.auditing.OperationStatus
| Package | Description |
|---|---|
| com.microsoft.store.partnercenter.models.auditing |
-
Uses of OperationStatus in com.microsoft.store.partnercenter.models.auditing
Methods in com.microsoft.store.partnercenter.models.auditing that return OperationStatus Modifier and Type Method Description OperationStatusAuditRecord. getOperationStatus()Gets the status of the operation that is audited.static OperationStatusOperationStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static OperationStatus[]OperationStatus. 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 OperationStatus Modifier and Type Method Description voidAuditRecord. setOperationStatus(OperationStatus value)Sets the status of the operation that is audited.