Uses of Class
odata.msgraph.client.beta.enums.TeamworkCallEventType
-
Packages that use TeamworkCallEventType Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.enums -
-
Uses of TeamworkCallEventType in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as TeamworkCallEventType Modifier and Type Field Description protected TeamworkCallEventTypeCallEndedEventMessageDetail. callEventTypeprotected TeamworkCallEventTypeCallStartedEventMessageDetail. callEventTypeMethods in odata.msgraph.client.beta.complex that return types with arguments of type TeamworkCallEventType Modifier and Type Method Description Optional<TeamworkCallEventType>CallEndedEventMessageDetail. getCallEventType()Optional<TeamworkCallEventType>CallStartedEventMessageDetail. getCallEventType()Methods in odata.msgraph.client.beta.complex with parameters of type TeamworkCallEventType Modifier and Type Method Description CallEndedEventMessageDetail.BuilderCallEndedEventMessageDetail.Builder. callEventType(TeamworkCallEventType callEventType)CallStartedEventMessageDetail.BuilderCallStartedEventMessageDetail.Builder. callEventType(TeamworkCallEventType callEventType)CallEndedEventMessageDetailCallEndedEventMessageDetail. withCallEventType(TeamworkCallEventType callEventType)CallStartedEventMessageDetailCallStartedEventMessageDetail. withCallEventType(TeamworkCallEventType callEventType) -
Uses of TeamworkCallEventType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return TeamworkCallEventType Modifier and Type Method Description static TeamworkCallEventTypeTeamworkCallEventType. valueOf(String name)Returns the enum constant of this type with the specified name.static TeamworkCallEventType[]TeamworkCallEventType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-