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