Uses of Class
odata.msgraph.client.enums.OperationStatus
-
Packages that use OperationStatus Package Description odata.msgraph.client.entity odata.msgraph.client.enums -
-
Uses of OperationStatus in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as OperationStatus Modifier and Type Field Description protected OperationStatusSchedule. provisionStatusprotected OperationStatusCommsOperation. statusprotected OperationStatusOperation. statusMethods in odata.msgraph.client.entity that return types with arguments of type OperationStatus Modifier and Type Method Description Optional<OperationStatus>Schedule. getProvisionStatus()Org.OData.Core.V1.ComputedOptional<OperationStatus>CommsOperation. getStatus()Optional<OperationStatus>Operation. getStatus() -
Uses of OperationStatus in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return OperationStatus Modifier and Type Method Description 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.
-