Uses of Class
odata.msgraph.client.complex.PresenceStatusMessage
-
Packages that use PresenceStatusMessage Package Description odata.msgraph.client.complex odata.msgraph.client.entity odata.msgraph.client.entity.request -
-
Uses of PresenceStatusMessage in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return PresenceStatusMessage Modifier and Type Method Description PresenceStatusMessagePresenceStatusMessage.Builder. build()PresenceStatusMessagePresenceStatusMessage. withExpiryDateTime(DateTimeTimeZone expiryDateTime)PresenceStatusMessagePresenceStatusMessage. withMessage(ItemBody message)PresenceStatusMessagePresenceStatusMessage. withPublishedDateTime(OffsetDateTime publishedDateTime)PresenceStatusMessagePresenceStatusMessage. withUnmappedField(String name, Object value) -
Uses of PresenceStatusMessage in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as PresenceStatusMessage Modifier and Type Field Description protected PresenceStatusMessagePresence. statusMessageMethods in odata.msgraph.client.entity that return types with arguments of type PresenceStatusMessage Modifier and Type Method Description Optional<PresenceStatusMessage>Presence. getStatusMessage()Methods in odata.msgraph.client.entity with parameters of type PresenceStatusMessage Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestNoReturnPresence. setStatusMessage(PresenceStatusMessage statusMessage)Presence.BuilderPresence.Builder. statusMessage(PresenceStatusMessage statusMessage)PresencePresence. withStatusMessage(PresenceStatusMessage statusMessage) -
Uses of PresenceStatusMessage in odata.msgraph.client.entity.request
Methods in odata.msgraph.client.entity.request with parameters of type PresenceStatusMessage Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestNoReturnPresenceRequest. setStatusMessage(PresenceStatusMessage statusMessage)
-