Class DirectRoutingLogRow
- java.lang.Object
-
- odata.msgraph.client.callrecords.complex.DirectRoutingLogRow
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class DirectRoutingLogRow extends Object implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDirectRoutingLogRow.Builder
-
Field Summary
Fields Modifier and Type Field Description protected StringcalleeNumberprotected IntegercallEndSubReasonprotected StringcallerNumberprotected StringcallTypeprotected com.github.davidmoten.odata.client.ContextPathcontextPathprotected StringcorrelationIdprotected Integerdurationprotected OffsetDateTimeendDateTimeprotected OffsetDateTimefailureDateTimeprotected IntegerfinalSipCodeprotected StringfinalSipCodePhraseprotected Stringidprotected OffsetDateTimeinviteDateTimeprotected BooleanmediaBypassEnabledprotected StringmediaPathLocationprotected StringodataTypeprotected StringsignalingLocationprotected OffsetDateTimestartDateTimeprotected BooleansuccessfulCallprotected StringtrunkFullyQualifiedDomainNameprotected com.github.davidmoten.odata.client.internal.UnmappedFieldsImplunmappedFieldsprotected StringuserDisplayNameprotected StringuserIdprotected StringuserPrincipalName
-
Constructor Summary
Constructors Modifier Constructor Description protectedDirectRoutingLogRow()
-
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
-
calleeNumber
protected String calleeNumber
-
callEndSubReason
protected Integer callEndSubReason
-
callerNumber
protected String callerNumber
-
callType
protected String callType
-
correlationId
protected String correlationId
-
duration
protected Integer duration
-
endDateTime
protected OffsetDateTime endDateTime
-
failureDateTime
protected OffsetDateTime failureDateTime
-
finalSipCode
protected Integer finalSipCode
-
finalSipCodePhrase
protected String finalSipCodePhrase
-
id
protected String id
-
inviteDateTime
protected OffsetDateTime inviteDateTime
-
mediaBypassEnabled
protected Boolean mediaBypassEnabled
-
mediaPathLocation
protected String mediaPathLocation
-
signalingLocation
protected String signalingLocation
-
startDateTime
protected OffsetDateTime startDateTime
-
successfulCall
protected Boolean successfulCall
-
trunkFullyQualifiedDomainName
protected String trunkFullyQualifiedDomainName
-
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
-
withCalleeNumber
public DirectRoutingLogRow withCalleeNumber(String calleeNumber)
-
withCallEndSubReason
public DirectRoutingLogRow withCallEndSubReason(Integer callEndSubReason)
-
withCallerNumber
public DirectRoutingLogRow withCallerNumber(String callerNumber)
-
withCallType
public DirectRoutingLogRow withCallType(String callType)
-
withCorrelationId
public DirectRoutingLogRow withCorrelationId(String correlationId)
-
withDuration
public DirectRoutingLogRow withDuration(Integer duration)
-
getEndDateTime
public Optional<OffsetDateTime> getEndDateTime()
-
withEndDateTime
public DirectRoutingLogRow withEndDateTime(OffsetDateTime endDateTime)
-
getFailureDateTime
public Optional<OffsetDateTime> getFailureDateTime()
-
withFailureDateTime
public DirectRoutingLogRow withFailureDateTime(OffsetDateTime failureDateTime)
-
withFinalSipCode
public DirectRoutingLogRow withFinalSipCode(Integer finalSipCode)
-
withFinalSipCodePhrase
public DirectRoutingLogRow withFinalSipCodePhrase(String finalSipCodePhrase)
-
withId
public DirectRoutingLogRow withId(String id)
-
getInviteDateTime
public Optional<OffsetDateTime> getInviteDateTime()
-
withInviteDateTime
public DirectRoutingLogRow withInviteDateTime(OffsetDateTime inviteDateTime)
-
withMediaBypassEnabled
public DirectRoutingLogRow withMediaBypassEnabled(Boolean mediaBypassEnabled)
-
withMediaPathLocation
public DirectRoutingLogRow withMediaPathLocation(String mediaPathLocation)
-
withSignalingLocation
public DirectRoutingLogRow withSignalingLocation(String signalingLocation)
-
getStartDateTime
public Optional<OffsetDateTime> getStartDateTime()
-
withStartDateTime
public DirectRoutingLogRow withStartDateTime(OffsetDateTime startDateTime)
-
withSuccessfulCall
public DirectRoutingLogRow withSuccessfulCall(Boolean successfulCall)
-
withTrunkFullyQualifiedDomainName
public DirectRoutingLogRow withTrunkFullyQualifiedDomainName(String trunkFullyQualifiedDomainName)
-
withUserDisplayName
public DirectRoutingLogRow withUserDisplayName(String userDisplayName)
-
withUserId
public DirectRoutingLogRow withUserId(String userId)
-
withUserPrincipalName
public DirectRoutingLogRow withUserPrincipalName(String userPrincipalName)
-
withUnmappedField
public DirectRoutingLogRow withUnmappedField(String name, Object 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 DirectRoutingLogRow.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
-
-