Uses of Class
odata.msgraph.client.beta.enums.NdesConnectorState
-
Packages that use NdesConnectorState Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of NdesConnectorState in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as NdesConnectorState Modifier and Type Field Description protected NdesConnectorStateNdesConnector. stateMethods in odata.msgraph.client.beta.entity that return types with arguments of type NdesConnectorState Modifier and Type Method Description Optional<NdesConnectorState>NdesConnector. getState()“Ndes Connector Status”Methods in odata.msgraph.client.beta.entity with parameters of type NdesConnectorState Modifier and Type Method Description NdesConnector.BuilderNdesConnector.Builder. state(NdesConnectorState state)“Ndes Connector Status”NdesConnectorNdesConnector. withState(NdesConnectorState state)Returns an immutable copy ofthiswith just thestatefield changed. -
Uses of NdesConnectorState in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return NdesConnectorState Modifier and Type Method Description static NdesConnectorStateNdesConnectorState. valueOf(String name)Returns the enum constant of this type with the specified name.static NdesConnectorState[]NdesConnectorState. values()Returns an array containing the constants of this enum type, in the order they are declared.
-