Class PstnCallLogRow
- java.lang.Object
-
- odata.msgraph.client.beta.callRecords.complex.PstnCallLogRow
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class PstnCallLogRow extends Object implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPstnCallLogRow.Builder
-
Field Summary
Fields Modifier and Type Field Description protected PstnCallDurationSourcecallDurationSourceprotected StringcalleeNumberprotected StringcallerNumberprotected StringcallIdprotected StringcallTypeprotected BigDecimalchargeprotected StringconferenceIdprotected BigDecimalconnectionChargeprotected com.github.davidmoten.odata.client.ContextPathcontextPathprotected Stringcurrencyprotected StringdestinationContextprotected StringdestinationNameprotected Integerdurationprotected OffsetDateTimeendDateTimeprotected Stringidprotected StringinventoryTypeprotected StringlicenseCapabilityprotected StringodataTypeprotected Stringoperatorprotected OffsetDateTimestartDateTimeprotected StringtenantCountryCodeprotected com.github.davidmoten.odata.client.internal.UnmappedFieldsImplunmappedFieldsprotected StringusageCountryCodeprotected StringuserDisplayNameprotected StringuserIdprotected StringuserPrincipalName
-
Constructor Summary
Constructors Modifier Constructor Description protectedPstnCallLogRow()
-
Method Summary
-
-
-
Field Detail
-
contextPath
protected com.github.davidmoten.odata.client.ContextPath contextPath
-
unmappedFields
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl unmappedFields
-
odataType
protected String odataType
-
callDurationSource
protected PstnCallDurationSource callDurationSource
-
calleeNumber
protected String calleeNumber
-
callerNumber
protected String callerNumber
-
callId
protected String callId
-
callType
protected String callType
-
charge
protected BigDecimal charge
-
conferenceId
protected String conferenceId
-
connectionCharge
protected BigDecimal connectionCharge
-
currency
protected String currency
-
destinationContext
protected String destinationContext
-
destinationName
protected String destinationName
-
duration
protected Integer duration
-
endDateTime
protected OffsetDateTime endDateTime
-
id
protected String id
-
inventoryType
protected String inventoryType
-
licenseCapability
protected String licenseCapability
-
operator
protected String operator
-
startDateTime
protected OffsetDateTime startDateTime
-
tenantCountryCode
protected String tenantCountryCode
-
usageCountryCode
protected String usageCountryCode
-
userDisplayName
protected String userDisplayName
-
userId
protected String userId
-
userPrincipalName
protected String userPrincipalName
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
getCallDurationSource
public Optional<PstnCallDurationSource> getCallDurationSource()
-
withCallDurationSource
public PstnCallLogRow withCallDurationSource(PstnCallDurationSource callDurationSource)
-
withCalleeNumber
public PstnCallLogRow withCalleeNumber(String calleeNumber)
-
withCallerNumber
public PstnCallLogRow withCallerNumber(String callerNumber)
-
withCallId
public PstnCallLogRow withCallId(String callId)
-
withCallType
public PstnCallLogRow withCallType(String callType)
-
getCharge
public Optional<BigDecimal> getCharge()
-
withCharge
public PstnCallLogRow withCharge(BigDecimal charge)
-
withConferenceId
public PstnCallLogRow withConferenceId(String conferenceId)
-
getConnectionCharge
public Optional<BigDecimal> getConnectionCharge()
-
withConnectionCharge
public PstnCallLogRow withConnectionCharge(BigDecimal connectionCharge)
-
withCurrency
public PstnCallLogRow withCurrency(String currency)
-
withDestinationContext
public PstnCallLogRow withDestinationContext(String destinationContext)
-
withDestinationName
public PstnCallLogRow withDestinationName(String destinationName)
-
withDuration
public PstnCallLogRow withDuration(Integer duration)
-
getEndDateTime
public Optional<OffsetDateTime> getEndDateTime()
-
withEndDateTime
public PstnCallLogRow withEndDateTime(OffsetDateTime endDateTime)
-
withId
public PstnCallLogRow withId(String id)
-
withInventoryType
public PstnCallLogRow withInventoryType(String inventoryType)
-
withLicenseCapability
public PstnCallLogRow withLicenseCapability(String licenseCapability)
-
withOperator
public PstnCallLogRow withOperator(String operator)
-
getStartDateTime
public Optional<OffsetDateTime> getStartDateTime()
-
withStartDateTime
public PstnCallLogRow withStartDateTime(OffsetDateTime startDateTime)
-
withTenantCountryCode
public PstnCallLogRow withTenantCountryCode(String tenantCountryCode)
-
withUsageCountryCode
public PstnCallLogRow withUsageCountryCode(String usageCountryCode)
-
withUserDisplayName
public PstnCallLogRow withUserDisplayName(String userDisplayName)
-
withUserId
public PstnCallLogRow withUserId(String userId)
-
withUserPrincipalName
public PstnCallLogRow withUserPrincipalName(String userPrincipalName)
-
withUnmappedField
public PstnCallLogRow withUnmappedField(String name, String value)
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType
-
builder
public static PstnCallLogRow.Builder builder()
Returns a builder which is used to create a new instance of this class (given that this class is immutable).- Returns:
- a new Builder for this class
-
-