-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #407 from microsoftgraph/rsh/betaLocalGen
beta build using metadata from 10/4
- Loading branch information
Showing
4,128 changed files
with
414,819 additions
and
406,172 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
238 changes: 119 additions & 119 deletions
238
src/main/java/com/microsoft/graph/callrecords/models/CallRecord.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,137 +1,137 @@ | ||
// Template Source: BaseEntity.java.tt | ||
// ------------------------------------------------------------------------------ | ||
// Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information. | ||
// ------------------------------------------------------------------------------ | ||
|
||
// Template Source: BaseEntity.java.tt | ||
// ------------------------------------------------------------------------------ | ||
// Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information. | ||
// ------------------------------------------------------------------------------ | ||
|
||
package com.microsoft.graph.callrecords.models; | ||
import com.microsoft.graph.serializer.ISerializer; | ||
import com.microsoft.graph.serializer.IJsonBackedObject; | ||
import com.microsoft.graph.serializer.AdditionalDataManager; | ||
import com.microsoft.graph.serializer.ISerializer; | ||
import com.microsoft.graph.serializer.IJsonBackedObject; | ||
import com.microsoft.graph.serializer.AdditionalDataManager; | ||
import java.util.EnumSet; | ||
import com.microsoft.graph.http.BaseCollectionPage; | ||
import com.microsoft.graph.callrecords.models.Modality; | ||
import com.microsoft.graph.models.IdentitySet; | ||
import com.microsoft.graph.callrecords.models.CallType; | ||
import com.microsoft.graph.models.Entity; | ||
import com.microsoft.graph.callrecords.requests.SessionCollectionPage; | ||
|
||
|
||
import com.google.gson.JsonObject; | ||
import com.google.gson.annotations.SerializedName; | ||
import com.google.gson.annotations.Expose; | ||
import javax.annotation.Nullable; | ||
import javax.annotation.Nonnull; | ||
|
||
// **NOTE** This file was generated by a tool and any changes will be overwritten. | ||
|
||
/** | ||
* The class for the Call Record. | ||
*/ | ||
public class CallRecord extends Entity implements IJsonBackedObject { | ||
|
||
|
||
/** | ||
* The End Date Time. | ||
* UTC time when the last user left the call. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z | ||
*/ | ||
@SerializedName(value = "endDateTime", alternate = {"EndDateTime"}) | ||
|
||
|
||
import com.google.gson.JsonObject; | ||
import com.google.gson.annotations.SerializedName; | ||
import com.google.gson.annotations.Expose; | ||
import javax.annotation.Nullable; | ||
import javax.annotation.Nonnull; | ||
|
||
// **NOTE** This file was generated by a tool and any changes will be overwritten. | ||
|
||
/** | ||
* The class for the Call Record. | ||
*/ | ||
public class CallRecord extends Entity implements IJsonBackedObject { | ||
|
||
|
||
/** | ||
* The End Date Time. | ||
* UTC time when the last user left the call. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z | ||
*/ | ||
@SerializedName(value = "endDateTime", alternate = {"EndDateTime"}) | ||
@Expose | ||
@Nullable | ||
public java.time.OffsetDateTime endDateTime; | ||
|
||
/** | ||
* The Join Web Url. | ||
* Meeting URL associated to the call. May not be available for a peerToPeer call record type. | ||
*/ | ||
@SerializedName(value = "joinWebUrl", alternate = {"JoinWebUrl"}) | ||
@Nullable | ||
public java.time.OffsetDateTime endDateTime; | ||
|
||
/** | ||
* The Join Web Url. | ||
* Meeting URL associated to the call. May not be available for a peerToPeer call record type. | ||
*/ | ||
@SerializedName(value = "joinWebUrl", alternate = {"JoinWebUrl"}) | ||
@Expose | ||
@Nullable | ||
public String joinWebUrl; | ||
|
||
/** | ||
* The Last Modified Date Time. | ||
* UTC time when the call record was created. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z | ||
*/ | ||
@SerializedName(value = "lastModifiedDateTime", alternate = {"LastModifiedDateTime"}) | ||
@Nullable | ||
public String joinWebUrl; | ||
|
||
/** | ||
* The Last Modified Date Time. | ||
* UTC time when the call record was created. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z | ||
*/ | ||
@SerializedName(value = "lastModifiedDateTime", alternate = {"LastModifiedDateTime"}) | ||
@Expose | ||
@Nullable | ||
public java.time.OffsetDateTime lastModifiedDateTime; | ||
|
||
/** | ||
* The Modalities. | ||
* List of all the modalities used in the call. Possible values are: unknown, audio, video, videoBasedScreenSharing, data, screenSharing, unknownFutureValue. | ||
*/ | ||
@SerializedName(value = "modalities", alternate = {"Modalities"}) | ||
@Nullable | ||
public java.time.OffsetDateTime lastModifiedDateTime; | ||
|
||
/** | ||
* The Modalities. | ||
* List of all the modalities used in the call. Possible values are: unknown, audio, video, videoBasedScreenSharing, data, screenSharing, unknownFutureValue. | ||
*/ | ||
@SerializedName(value = "modalities", alternate = {"Modalities"}) | ||
@Expose | ||
@Nullable | ||
public java.util.List<Modality> modalities; | ||
|
||
/** | ||
* The Organizer. | ||
* The organizing party's identity. | ||
*/ | ||
@SerializedName(value = "organizer", alternate = {"Organizer"}) | ||
@Nullable | ||
public java.util.List<Modality> modalities; | ||
|
||
/** | ||
* The Organizer. | ||
* The organizing party's identity. | ||
*/ | ||
@SerializedName(value = "organizer", alternate = {"Organizer"}) | ||
@Expose | ||
@Nullable | ||
public IdentitySet organizer; | ||
|
||
/** | ||
* The Participants. | ||
* List of distinct identities involved in the call. | ||
*/ | ||
@SerializedName(value = "participants", alternate = {"Participants"}) | ||
@Nullable | ||
public IdentitySet organizer; | ||
|
||
/** | ||
* The Participants. | ||
* List of distinct identities involved in the call. | ||
*/ | ||
@SerializedName(value = "participants", alternate = {"Participants"}) | ||
@Expose | ||
@Nullable | ||
public java.util.List<IdentitySet> participants; | ||
|
||
/** | ||
* The Start Date Time. | ||
* UTC time when the first user joined the call. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z | ||
*/ | ||
@SerializedName(value = "startDateTime", alternate = {"StartDateTime"}) | ||
@Nullable | ||
public java.util.List<IdentitySet> participants; | ||
|
||
/** | ||
* The Start Date Time. | ||
* UTC time when the first user joined the call. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z | ||
*/ | ||
@SerializedName(value = "startDateTime", alternate = {"StartDateTime"}) | ||
@Expose | ||
@Nullable | ||
public java.time.OffsetDateTime startDateTime; | ||
|
||
/** | ||
* The Type. | ||
* Indicates the type of the call. Possible values are: unknown, groupCall, peerToPeer, unknownFutureValue. | ||
*/ | ||
@SerializedName(value = "type", alternate = {"Type"}) | ||
@Nullable | ||
public java.time.OffsetDateTime startDateTime; | ||
|
||
/** | ||
* The Type. | ||
* Indicates the type of the call. Possible values are: unknown, groupCall, peerToPeer, unknownFutureValue. | ||
*/ | ||
@SerializedName(value = "type", alternate = {"Type"}) | ||
@Expose | ||
@Nullable | ||
public CallType type; | ||
|
||
/** | ||
* The Version. | ||
* Monotonically increasing version of the call record. Higher version call records with the same ID includes additional data compared to the lower version. | ||
*/ | ||
@SerializedName(value = "version", alternate = {"Version"}) | ||
@Nullable | ||
public CallType type; | ||
|
||
/** | ||
* The Version. | ||
* Monotonically increasing version of the call record. Higher version call records with the same ID includes additional data compared to the lower version. | ||
*/ | ||
@SerializedName(value = "version", alternate = {"Version"}) | ||
@Expose | ||
@Nullable | ||
public Long version; | ||
|
||
/** | ||
* The Sessions. | ||
* List of sessions involved in the call. Peer-to-peer calls typically only have one session, whereas group calls typically have at least one session per participant. Read-only. Nullable. | ||
*/ | ||
@SerializedName(value = "sessions", alternate = {"Sessions"}) | ||
@Nullable | ||
public Long version; | ||
|
||
/** | ||
* The Sessions. | ||
* List of sessions involved in the call. Peer-to-peer calls typically only have one session, whereas group calls typically have at least one session per participant. Read-only. Nullable. | ||
*/ | ||
@SerializedName(value = "sessions", alternate = {"Sessions"}) | ||
@Expose | ||
@Nullable | ||
public com.microsoft.graph.callrecords.requests.SessionCollectionPage sessions; | ||
|
||
|
||
/** | ||
* Sets the raw JSON object | ||
* | ||
* @param serializer the serializer | ||
* @param json the JSON object to set this object to | ||
*/ | ||
public void setRawObject(@Nonnull final ISerializer serializer, @Nonnull final JsonObject json) { | ||
|
||
|
||
if (json.has("sessions")) { | ||
sessions = serializer.deserializeObject(json.get("sessions"), com.microsoft.graph.callrecords.requests.SessionCollectionPage.class); | ||
} | ||
} | ||
} | ||
@Nullable | ||
public com.microsoft.graph.callrecords.requests.SessionCollectionPage sessions; | ||
|
||
|
||
/** | ||
* Sets the raw JSON object | ||
* | ||
* @param serializer the serializer | ||
* @param json the JSON object to set this object to | ||
*/ | ||
public void setRawObject(@Nonnull final ISerializer serializer, @Nonnull final JsonObject json) { | ||
|
||
|
||
if (json.has("sessions")) { | ||
sessions = serializer.deserializeObject(json.get("sessions"), com.microsoft.graph.callrecords.requests.SessionCollectionPage.class); | ||
} | ||
} | ||
} |
Oops, something went wrong.