Uses of Class
odata.msgraph.client.complex.TeamworkNotificationRecipient
-
Packages that use TeamworkNotificationRecipient Package Description odata.msgraph.client.complex odata.msgraph.client.entity odata.msgraph.client.entity.request -
-
Uses of TeamworkNotificationRecipient in odata.msgraph.client.complex
Subclasses of TeamworkNotificationRecipient in odata.msgraph.client.complex Modifier and Type Class Description classAadUserNotificationRecipientMethods in odata.msgraph.client.complex that return TeamworkNotificationRecipient Modifier and Type Method Description TeamworkNotificationRecipientTeamworkNotificationRecipient. withUnmappedField(String name, String value) -
Uses of TeamworkNotificationRecipient in odata.msgraph.client.entity
Methods in odata.msgraph.client.entity with parameters of type TeamworkNotificationRecipient Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestNoReturnChat. sendActivityNotification(TeamworkActivityTopic topic, String activityType, Long chainId, ItemBody previewText, List<KeyValuePair> templateParameters, TeamworkNotificationRecipient recipient)com.github.davidmoten.odata.client.ActionRequestNoReturnTeam. sendActivityNotification(TeamworkActivityTopic topic, String activityType, Long chainId, ItemBody previewText, List<KeyValuePair> templateParameters, TeamworkNotificationRecipient recipient) -
Uses of TeamworkNotificationRecipient in odata.msgraph.client.entity.request
Methods in odata.msgraph.client.entity.request with parameters of type TeamworkNotificationRecipient Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestNoReturnChatRequest. sendActivityNotification(TeamworkActivityTopic topic, String activityType, Long chainId, ItemBody previewText, List<KeyValuePair> templateParameters, TeamworkNotificationRecipient recipient)com.github.davidmoten.odata.client.ActionRequestNoReturnTeamRequest. sendActivityNotification(TeamworkActivityTopic topic, String activityType, Long chainId, ItemBody previewText, List<KeyValuePair> templateParameters, TeamworkNotificationRecipient recipient)
-