Uses of Class
microsoft.graph.externalconnectors.enums.ConnectionOperationStatus
-
Packages that use ConnectionOperationStatus Package Description microsoft.graph.externalconnectors.entity microsoft.graph.externalconnectors.enums -
-
Uses of ConnectionOperationStatus in microsoft.graph.externalconnectors.entity
Fields in microsoft.graph.externalconnectors.entity declared as ConnectionOperationStatus Modifier and Type Field Description protected ConnectionOperationStatusConnectionOperation. statusMethods in microsoft.graph.externalconnectors.entity that return types with arguments of type ConnectionOperationStatus Modifier and Type Method Description Optional<ConnectionOperationStatus>ConnectionOperation. getStatus()Methods in microsoft.graph.externalconnectors.entity with parameters of type ConnectionOperationStatus Modifier and Type Method Description ConnectionOperation.BuilderConnectionOperation.Builder. status(ConnectionOperationStatus status)ConnectionOperationConnectionOperation. withStatus(ConnectionOperationStatus status) -
Uses of ConnectionOperationStatus in microsoft.graph.externalconnectors.enums
Methods in microsoft.graph.externalconnectors.enums that return ConnectionOperationStatus Modifier and Type Method Description static ConnectionOperationStatusConnectionOperationStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ConnectionOperationStatus[]ConnectionOperationStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-