Uses of Class
odata.msgraph.client.complex.CallOptions
-
Packages that use CallOptions Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of CallOptions in odata.msgraph.client.complex
Subclasses of CallOptions in odata.msgraph.client.complex Modifier and Type Class Description classIncomingCallOptionsclassOutgoingCallOptionsMethods in odata.msgraph.client.complex that return CallOptions Modifier and Type Method Description CallOptionsCallOptions. withHideBotAfterEscalation(Boolean hideBotAfterEscalation)CallOptionsCallOptions. withIsContentSharingNotificationEnabled(Boolean isContentSharingNotificationEnabled)CallOptionsCallOptions. withIsDeltaRosterEnabled(Boolean isDeltaRosterEnabled)CallOptionsCallOptions. withUnmappedField(String name, Object value) -
Uses of CallOptions in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as CallOptions Modifier and Type Field Description protected CallOptionsCall. callOptionsMethods in odata.msgraph.client.entity that return types with arguments of type CallOptions Modifier and Type Method Description Optional<CallOptions>Call. getCallOptions()Methods in odata.msgraph.client.entity with parameters of type CallOptions Modifier and Type Method Description Call.BuilderCall.Builder. callOptions(CallOptions callOptions)CallCall. withCallOptions(CallOptions callOptions)
-