Uses of Enum
com.microsoft.graph.models.OperationStatus
Packages that use OperationStatus
-
Uses of OperationStatus in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return OperationStatusModifier and TypeMethodDescriptionstatic OperationStatusSchedule.getProvisionStatus()Gets the provisionStatus property value.CommsOperation.getStatus()Gets the status property value.Operation.getStatus()Gets the status property value.static OperationStatusReturns 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.graph.models with parameters of type OperationStatusModifier and TypeMethodDescriptionvoidSchedule.setProvisionStatus(OperationStatus value) Sets the provisionStatus property value.voidCommsOperation.setStatus(OperationStatus value) Sets the status property value.voidOperation.setStatus(OperationStatus value) Sets the status property value.