Package odata.msgraph.client.entity
Class CallTranscript
- java.lang.Object
-
- odata.msgraph.client.entity.Entity
-
- odata.msgraph.client.entity.CallTranscript
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class CallTranscript extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCallTranscript.Builder
-
Field Summary
Fields Modifier and Type Field Description protected StringcallIdprotected Stringcontentprotected StringcontentCorrelationIdprotected OffsetDateTimecreatedDateTimeprotected OffsetDateTimeendDateTimeprotected StringmeetingIdprotected IdentitySetmeetingOrganizerprotected StringmetadataContentprotected StringtranscriptContentUrl-
Fields inherited from class odata.msgraph.client.entity.Entity
changedFields, contextPath, id, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedCallTranscript()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CallTranscript.BuilderbuilderCallTranscript()Returns a builder which is used to create a new instance of this class (given that this class is immutable).Optional<String>getCallId()com.github.davidmoten.odata.client.internal.ChangedFieldsgetChangedFields()Optional<com.github.davidmoten.odata.client.StreamProvider>getContent()Optional<String>getContentCorrelationId()Optional<OffsetDateTime>getCreatedDateTime()Optional<OffsetDateTime>getEndDateTime()Optional<String>getMeetingId()Optional<IdentitySet>getMeetingOrganizer()Optional<com.github.davidmoten.odata.client.StreamProvider>getMetadataContent()Optional<String>getTranscriptContentUrl()com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()StringodataTypeName()CallTranscriptpatch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.Optional<com.github.davidmoten.odata.client.StreamUploaderChunked>patchChunkedContent()If metadata indicate that the stream is editable then returns aStreamUploaderChunkedwhich can be used to upload the stream to thecontentproperty, using HTTP PATCH.Optional<com.github.davidmoten.odata.client.StreamUploaderChunked>patchChunkedMetadataContent()If metadata indicate that the stream is editable then returns aStreamUploaderChunkedwhich can be used to upload the stream to themetadataContentproperty, using HTTP PATCH.Optional<com.github.davidmoten.odata.client.StreamUploaderSingleCall>patchContent()If metadata indicate that the stream is editable then returns aStreamUploaderwhich can be used to upload the stream to thecontentproperty, using HTTP PATCH.<T extends com.github.davidmoten.odata.client.StreamUploader<T>>
Optional<T>patchContent(com.github.davidmoten.odata.client.UploadStrategy<T> strategy)Optional<com.github.davidmoten.odata.client.StreamUploaderSingleCall>patchMetadataContent()If metadata indicate that the stream is editable then returns aStreamUploaderwhich can be used to upload the stream to themetadataContentproperty, using HTTP PATCH.<T extends com.github.davidmoten.odata.client.StreamUploader<T>>
Optional<T>patchMetadataContent(com.github.davidmoten.odata.client.UploadStrategy<T> strategy)Optional<com.github.davidmoten.odata.client.StreamUploaderChunked>postChunkedContent()If metadata indicate that the stream is editable then returns aStreamUploaderChunkedwhich can be used to upload the stream to thecontentproperty, using HTTP POST.Optional<com.github.davidmoten.odata.client.StreamUploaderChunked>postChunkedMetadataContent()If metadata indicate that the stream is editable then returns aStreamUploaderChunkedwhich can be used to upload the stream to themetadataContentproperty, using HTTP POST.Optional<com.github.davidmoten.odata.client.StreamUploaderSingleCall>postContent()If metadata indicate that the stream is editable then returns aStreamUploaderwhich can be used to upload the stream to thecontentproperty, using HTTP POST.<T extends com.github.davidmoten.odata.client.StreamUploader<T>>
Optional<T>postContent(com.github.davidmoten.odata.client.UploadStrategy<T> strategy)voidpostInject(boolean addKeysToContextPath)Optional<com.github.davidmoten.odata.client.StreamUploaderSingleCall>postMetadataContent()If metadata indicate that the stream is editable then returns aStreamUploaderwhich can be used to upload the stream to themetadataContentproperty, using HTTP POST.<T extends com.github.davidmoten.odata.client.StreamUploader<T>>
Optional<T>postMetadataContent(com.github.davidmoten.odata.client.UploadStrategy<T> strategy)CallTranscriptput()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).Optional<com.github.davidmoten.odata.client.StreamUploaderChunked>putChunkedContent()If metadata indicate that the stream is editable then returns aStreamUploaderChunkedwhich can be used to upload the stream to thecontentproperty, using HTTP PUT.Optional<com.github.davidmoten.odata.client.StreamUploaderChunked>putChunkedMetadataContent()If metadata indicate that the stream is editable then returns aStreamUploaderChunkedwhich can be used to upload the stream to themetadataContentproperty, using HTTP PUT.Optional<com.github.davidmoten.odata.client.StreamUploaderSingleCall>putContent()If metadata indicate that the stream is editable then returns aStreamUploaderwhich can be used to upload the stream to thecontentproperty, using HTTP PUT.<T extends com.github.davidmoten.odata.client.StreamUploader<T>>
Optional<T>putContent(com.github.davidmoten.odata.client.UploadStrategy<T> strategy)Optional<com.github.davidmoten.odata.client.StreamUploaderSingleCall>putMetadataContent()If metadata indicate that the stream is editable then returns aStreamUploaderwhich can be used to upload the stream to themetadataContentproperty, using HTTP PUT.<T extends com.github.davidmoten.odata.client.StreamUploader<T>>
Optional<T>putMetadataContent(com.github.davidmoten.odata.client.UploadStrategy<T> strategy)StringtoString()CallTranscriptwithCallId(String callId)CallTranscriptwithContentCorrelationId(String contentCorrelationId)CallTranscriptwithCreatedDateTime(OffsetDateTime createdDateTime)CallTranscriptwithEndDateTime(OffsetDateTime endDateTime)CallTranscriptwithMeetingId(String meetingId)CallTranscriptwithMeetingOrganizer(IdentitySet meetingOrganizer)CallTranscriptwithTranscriptContentUrl(String transcriptContentUrl)CallTranscriptwithUnmappedField(String name, Object value)
-
-
-
Field Detail
-
callId
protected String callId
-
content
protected String content
-
contentCorrelationId
protected String contentCorrelationId
-
createdDateTime
protected OffsetDateTime createdDateTime
-
endDateTime
protected OffsetDateTime endDateTime
-
meetingId
protected String meetingId
-
meetingOrganizer
protected IdentitySet meetingOrganizer
-
metadataContent
protected String metadataContent
-
transcriptContentUrl
protected String transcriptContentUrl
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classEntity
-
builderCallTranscript
public static CallTranscript.Builder builderCallTranscript()
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
-
getChangedFields
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
- Specified by:
getChangedFieldsin interfacecom.github.davidmoten.odata.client.ODataEntityType- Overrides:
getChangedFieldsin classEntity
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classEntity
-
withCallId
public CallTranscript withCallId(String callId)
-
getContent
public Optional<com.github.davidmoten.odata.client.StreamProvider> getContent()
-
patchContent
public Optional<com.github.davidmoten.odata.client.StreamUploaderSingleCall> patchContent()
If metadata indicate that the stream is editable then returns aStreamUploaderwhich can be used to upload the stream to thecontentproperty, using HTTP PATCH.- Returns:
- a StreamUploader if upload permitted
-
patchChunkedContent
public Optional<com.github.davidmoten.odata.client.StreamUploaderChunked> patchChunkedContent()
If metadata indicate that the stream is editable then returns aStreamUploaderChunkedwhich can be used to upload the stream to thecontentproperty, using HTTP PATCH.- Returns:
- a StreamUploaderChunked if upload permitted
-
patchContent
public <T extends com.github.davidmoten.odata.client.StreamUploader<T>> Optional<T> patchContent(com.github.davidmoten.odata.client.UploadStrategy<T> strategy)
-
postContent
public Optional<com.github.davidmoten.odata.client.StreamUploaderSingleCall> postContent()
If metadata indicate that the stream is editable then returns aStreamUploaderwhich can be used to upload the stream to thecontentproperty, using HTTP POST.- Returns:
- a StreamUploader if upload permitted
-
postChunkedContent
public Optional<com.github.davidmoten.odata.client.StreamUploaderChunked> postChunkedContent()
If metadata indicate that the stream is editable then returns aStreamUploaderChunkedwhich can be used to upload the stream to thecontentproperty, using HTTP POST.- Returns:
- a StreamUploaderChunked if upload permitted
-
postContent
public <T extends com.github.davidmoten.odata.client.StreamUploader<T>> Optional<T> postContent(com.github.davidmoten.odata.client.UploadStrategy<T> strategy)
-
putContent
public Optional<com.github.davidmoten.odata.client.StreamUploaderSingleCall> putContent()
If metadata indicate that the stream is editable then returns aStreamUploaderwhich can be used to upload the stream to thecontentproperty, using HTTP PUT.- Returns:
- a StreamUploader if upload permitted
-
putChunkedContent
public Optional<com.github.davidmoten.odata.client.StreamUploaderChunked> putChunkedContent()
If metadata indicate that the stream is editable then returns aStreamUploaderChunkedwhich can be used to upload the stream to thecontentproperty, using HTTP PUT.- Returns:
- a StreamUploaderChunked if upload permitted
-
putContent
public <T extends com.github.davidmoten.odata.client.StreamUploader<T>> Optional<T> putContent(com.github.davidmoten.odata.client.UploadStrategy<T> strategy)
-
withContentCorrelationId
public CallTranscript withContentCorrelationId(String contentCorrelationId)
-
getCreatedDateTime
public Optional<OffsetDateTime> getCreatedDateTime()
-
withCreatedDateTime
public CallTranscript withCreatedDateTime(OffsetDateTime createdDateTime)
-
getEndDateTime
public Optional<OffsetDateTime> getEndDateTime()
-
withEndDateTime
public CallTranscript withEndDateTime(OffsetDateTime endDateTime)
-
withMeetingId
public CallTranscript withMeetingId(String meetingId)
-
getMeetingOrganizer
public Optional<IdentitySet> getMeetingOrganizer()
-
withMeetingOrganizer
public CallTranscript withMeetingOrganizer(IdentitySet meetingOrganizer)
-
getMetadataContent
public Optional<com.github.davidmoten.odata.client.StreamProvider> getMetadataContent()
-
patchMetadataContent
public Optional<com.github.davidmoten.odata.client.StreamUploaderSingleCall> patchMetadataContent()
If metadata indicate that the stream is editable then returns aStreamUploaderwhich can be used to upload the stream to themetadataContentproperty, using HTTP PATCH.- Returns:
- a StreamUploader if upload permitted
-
patchChunkedMetadataContent
public Optional<com.github.davidmoten.odata.client.StreamUploaderChunked> patchChunkedMetadataContent()
If metadata indicate that the stream is editable then returns aStreamUploaderChunkedwhich can be used to upload the stream to themetadataContentproperty, using HTTP PATCH.- Returns:
- a StreamUploaderChunked if upload permitted
-
patchMetadataContent
public <T extends com.github.davidmoten.odata.client.StreamUploader<T>> Optional<T> patchMetadataContent(com.github.davidmoten.odata.client.UploadStrategy<T> strategy)
-
postMetadataContent
public Optional<com.github.davidmoten.odata.client.StreamUploaderSingleCall> postMetadataContent()
If metadata indicate that the stream is editable then returns aStreamUploaderwhich can be used to upload the stream to themetadataContentproperty, using HTTP POST.- Returns:
- a StreamUploader if upload permitted
-
postChunkedMetadataContent
public Optional<com.github.davidmoten.odata.client.StreamUploaderChunked> postChunkedMetadataContent()
If metadata indicate that the stream is editable then returns aStreamUploaderChunkedwhich can be used to upload the stream to themetadataContentproperty, using HTTP POST.- Returns:
- a StreamUploaderChunked if upload permitted
-
postMetadataContent
public <T extends com.github.davidmoten.odata.client.StreamUploader<T>> Optional<T> postMetadataContent(com.github.davidmoten.odata.client.UploadStrategy<T> strategy)
-
putMetadataContent
public Optional<com.github.davidmoten.odata.client.StreamUploaderSingleCall> putMetadataContent()
If metadata indicate that the stream is editable then returns aStreamUploaderwhich can be used to upload the stream to themetadataContentproperty, using HTTP PUT.- Returns:
- a StreamUploader if upload permitted
-
putChunkedMetadataContent
public Optional<com.github.davidmoten.odata.client.StreamUploaderChunked> putChunkedMetadataContent()
If metadata indicate that the stream is editable then returns aStreamUploaderChunkedwhich can be used to upload the stream to themetadataContentproperty, using HTTP PUT.- Returns:
- a StreamUploaderChunked if upload permitted
-
putMetadataContent
public <T extends com.github.davidmoten.odata.client.StreamUploader<T>> Optional<T> putMetadataContent(com.github.davidmoten.odata.client.UploadStrategy<T> strategy)
-
withTranscriptContentUrl
public CallTranscript withTranscriptContentUrl(String transcriptContentUrl)
-
withUnmappedField
public CallTranscript withUnmappedField(String name, Object value)
- Overrides:
withUnmappedFieldin classEntity
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classEntity
-
patch
public CallTranscript patch()
Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.
-
put
public CallTranscript put()
Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).
-
-