Class CloudCommunications

java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.CloudCommunications
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class CloudCommunications extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Cloud Communications.
  • Field Details

    • calls

      @SerializedName(value="calls", alternate="Calls") @Expose @Nullable public CallCollectionPage calls
      The Calls.
    • callRecords

      @SerializedName(value="callRecords", alternate="CallRecords") @Expose @Nullable public CallRecordCollectionPage callRecords
      The Call Records.
    • onlineMeetings

      @SerializedName(value="onlineMeetings", alternate="OnlineMeetings") @Expose @Nullable public OnlineMeetingCollectionPage onlineMeetings
      The Online Meetings.
    • presences

      @SerializedName(value="presences", alternate="Presences") @Expose @Nullable public PresenceCollectionPage presences
      The Presences.
  • Constructor Details

    • CloudCommunications

      public CloudCommunications()
  • Method Details

    • setRawObject

      public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json)
      Sets the raw JSON object
      Specified by:
      setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObject
      Overrides:
      setRawObject in class Entity
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to