public class CallRecord extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
CallRecord.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected OffsetDateTime |
endDateTime |
protected String |
joinWebUrl |
protected OffsetDateTime |
lastModifiedDateTime |
protected List<Modality> |
modalities |
protected String |
modalitiesNextLink |
protected IdentitySet |
organizer |
protected List<IdentitySet> |
participants |
protected String |
participantsNextLink |
protected OffsetDateTime |
startDateTime |
protected CallType |
type |
protected Long |
version |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
CallRecord() |
| Modifier and Type | Method and Description |
|---|---|
static CallRecord.Builder |
builderCallRecord()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
Optional<OffsetDateTime> |
getEndDateTime() |
Optional<String> |
getJoinWebUrl() |
Optional<OffsetDateTime> |
getLastModifiedDateTime() |
com.github.davidmoten.odata.client.CollectionPage<Modality> |
getModalities() |
com.github.davidmoten.odata.client.CollectionPage<Modality> |
getModalities(com.github.davidmoten.odata.client.HttpRequestOptions options) |
Optional<IdentitySet> |
getOrganizer() |
com.github.davidmoten.odata.client.CollectionPage<IdentitySet> |
getParticipants() |
com.github.davidmoten.odata.client.CollectionPage<IdentitySet> |
getParticipants(com.github.davidmoten.odata.client.HttpRequestOptions options) |
SessionCollectionRequest |
getSessions() |
Optional<OffsetDateTime> |
getStartDateTime() |
Optional<CallType> |
getType() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
Optional<Long> |
getVersion() |
String |
odataTypeName() |
CallRecord |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
CallRecord |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
CallRecord |
withEndDateTime(OffsetDateTime endDateTime) |
CallRecord |
withJoinWebUrl(String joinWebUrl) |
CallRecord |
withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime) |
CallRecord |
withOrganizer(IdentitySet organizer) |
CallRecord |
withStartDateTime(OffsetDateTime startDateTime) |
CallRecord |
withType(CallType type) |
CallRecord |
withVersion(Long version) |
protected Long version
protected CallType type
protected String modalitiesNextLink
protected OffsetDateTime lastModifiedDateTime
protected OffsetDateTime startDateTime
protected OffsetDateTime endDateTime
protected IdentitySet organizer
protected List<IdentitySet> participants
protected String participantsNextLink
protected String joinWebUrl
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Entitypublic static CallRecord.Builder builderCallRecord()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class Entitypublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class Entitypublic CallRecord withVersion(Long version)
public CallRecord withType(CallType type)
public com.github.davidmoten.odata.client.CollectionPage<Modality> getModalities()
public com.github.davidmoten.odata.client.CollectionPage<Modality> getModalities(com.github.davidmoten.odata.client.HttpRequestOptions options)
public Optional<OffsetDateTime> getLastModifiedDateTime()
public CallRecord withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
public Optional<OffsetDateTime> getStartDateTime()
public CallRecord withStartDateTime(OffsetDateTime startDateTime)
public Optional<OffsetDateTime> getEndDateTime()
public CallRecord withEndDateTime(OffsetDateTime endDateTime)
public Optional<IdentitySet> getOrganizer()
public CallRecord withOrganizer(IdentitySet organizer)
public com.github.davidmoten.odata.client.CollectionPage<IdentitySet> getParticipants()
public com.github.davidmoten.odata.client.CollectionPage<IdentitySet> getParticipants(com.github.davidmoten.odata.client.HttpRequestOptions options)
public CallRecord withJoinWebUrl(String joinWebUrl)
public SessionCollectionRequest getSessions()
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic CallRecord patch()
this with changed fields reset.public CallRecord put()
this
with changed fields reset (they were ignored anyway).Copyright © 2018–2020. All rights reserved.