public class PstnCallLogRow
extends java.lang.Object
implements com.microsoft.graph.serializer.IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
PstnCallDurationSource |
callDurationSource
The Call Duration Source.
|
java.lang.String |
calleeNumber
The Callee Number.
|
java.lang.String |
callerNumber
The Caller Number.
|
java.lang.String |
callId
The Call Id.
|
java.lang.String |
callType
The Call Type.
|
java.math.BigDecimal |
charge
The Charge.
|
java.lang.String |
conferenceId
The Conference Id.
|
java.math.BigDecimal |
connectionCharge
The Connection Charge.
|
java.lang.String |
currency
The Currency.
|
java.lang.String |
destinationContext
The Destination Context.
|
java.lang.String |
destinationName
The Destination Name.
|
java.lang.Integer |
duration
The Duration.
|
java.time.OffsetDateTime |
endDateTime
The End Date Time.
|
java.lang.String |
id
The Id.
|
java.lang.String |
inventoryType
The Inventory Type.
|
java.lang.String |
licenseCapability
The License Capability.
|
java.lang.String |
oDataType
the OData type of the object as returned by the service
|
java.lang.String |
operator
The Operator.
|
java.time.OffsetDateTime |
startDateTime
The Start Date Time.
|
java.lang.String |
tenantCountryCode
The Tenant Country Code.
|
java.lang.String |
usageCountryCode
The Usage Country Code.
|
java.lang.String |
userDisplayName
The User Display Name.
|
java.lang.String |
userId
The User Id.
|
java.lang.String |
userPrincipalName
The User Principal Name.
|
| Constructor and Description |
|---|
PstnCallLogRow() |
| Modifier and Type | Method and Description |
|---|---|
com.microsoft.graph.serializer.AdditionalDataManager |
additionalDataManager() |
void |
setRawObject(com.microsoft.graph.serializer.ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
@SerializedName(value="@odata.type") @Expose @Nullable public java.lang.String oDataType
@SerializedName(value="callDurationSource",
alternate="CallDurationSource")
@Expose
@Nullable
public PstnCallDurationSource callDurationSource
@SerializedName(value="calleeNumber",
alternate="CalleeNumber")
@Expose
@Nullable
public java.lang.String calleeNumber
@SerializedName(value="callerNumber",
alternate="CallerNumber")
@Expose
@Nullable
public java.lang.String callerNumber
@SerializedName(value="callId",
alternate="CallId")
@Expose
@Nullable
public java.lang.String callId
@SerializedName(value="callType",
alternate="CallType")
@Expose
@Nullable
public java.lang.String callType
@SerializedName(value="charge",
alternate="Charge")
@Expose
@Nullable
public java.math.BigDecimal charge
@SerializedName(value="conferenceId",
alternate="ConferenceId")
@Expose
@Nullable
public java.lang.String conferenceId
@SerializedName(value="connectionCharge",
alternate="ConnectionCharge")
@Expose
@Nullable
public java.math.BigDecimal connectionCharge
@SerializedName(value="currency",
alternate="Currency")
@Expose
@Nullable
public java.lang.String currency
@SerializedName(value="destinationContext",
alternate="DestinationContext")
@Expose
@Nullable
public java.lang.String destinationContext
@SerializedName(value="destinationName",
alternate="DestinationName")
@Expose
@Nullable
public java.lang.String destinationName
@SerializedName(value="duration",
alternate="Duration")
@Expose
@Nullable
public java.lang.Integer duration
@SerializedName(value="endDateTime",
alternate="EndDateTime")
@Expose
@Nullable
public java.time.OffsetDateTime endDateTime
@SerializedName(value="id",
alternate="Id")
@Expose
@Nullable
public java.lang.String id
@SerializedName(value="inventoryType",
alternate="InventoryType")
@Expose
@Nullable
public java.lang.String inventoryType
@SerializedName(value="licenseCapability",
alternate="LicenseCapability")
@Expose
@Nullable
public java.lang.String licenseCapability
@SerializedName(value="operator",
alternate="Operator")
@Expose
@Nullable
public java.lang.String operator
@SerializedName(value="startDateTime",
alternate="StartDateTime")
@Expose
@Nullable
public java.time.OffsetDateTime startDateTime
@SerializedName(value="tenantCountryCode",
alternate="TenantCountryCode")
@Expose
@Nullable
public java.lang.String tenantCountryCode
@SerializedName(value="usageCountryCode",
alternate="UsageCountryCode")
@Expose
@Nullable
public java.lang.String usageCountryCode
@SerializedName(value="userDisplayName",
alternate="UserDisplayName")
@Expose
@Nullable
public java.lang.String userDisplayName
@SerializedName(value="userId",
alternate="UserId")
@Expose
@Nullable
public java.lang.String userId
@SerializedName(value="userPrincipalName",
alternate="UserPrincipalName")
@Expose
@Nullable
public java.lang.String userPrincipalName
@Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()
additionalDataManager in interface com.microsoft.graph.serializer.IJsonBackedObjectpublic void setRawObject(@Nonnull
com.microsoft.graph.serializer.ISerializer serializer,
@Nonnull
com.google.gson.JsonObject json)
setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObjectserializer - the serializerjson - the JSON object to set this object to