Uses of Class
odata.msgraph.client.enums.CallState
-
Packages that use CallState Package Description odata.msgraph.client.entity odata.msgraph.client.enums -
-
Uses of CallState in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as CallState Modifier and Type Field Description protected CallStateCall. stateMethods in odata.msgraph.client.entity that return types with arguments of type CallState Modifier and Type Method Description Optional<CallState>Call. getState()Methods in odata.msgraph.client.entity with parameters of type CallState Modifier and Type Method Description Call.BuilderCall.Builder. state(CallState state)CallCall. withState(CallState state) -
Uses of CallState in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return CallState Modifier and Type Method Description static CallStateCallState. valueOf(String name)Returns the enum constant of this type with the specified name.static CallState[]CallState. values()Returns an array containing the constants of this enum type, in the order they are declared.
-