Class 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
    • Field Detail

      • content

        protected String content
      • meetingId

        protected String meetingId
      • meetingOrganizer

        protected IdentitySet meetingOrganizer
      • metadataContent

        protected String metadataContent
      • transcriptContentUrl

        protected String transcriptContentUrl
    • Constructor Detail

      • CallTranscript

        protected CallTranscript()
    • Method Detail

      • odataTypeName

        public String odataTypeName()
        Specified by:
        odataTypeName in interface com.github.davidmoten.odata.client.ODataType
        Overrides:
        odataTypeName in class Entity
      • 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:
        getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityType
        Overrides:
        getChangedFields in class Entity
      • postInject

        public void postInject​(boolean addKeysToContextPath)
        Specified by:
        postInject in interface com.github.davidmoten.odata.client.ODataType
        Overrides:
        postInject in class Entity
      • 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 a StreamUploader which can be used to upload the stream to the content property, 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 a StreamUploaderChunked which can be used to upload the stream to the content property, 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)
      • putContent

        public Optional<com.github.davidmoten.odata.client.StreamUploaderSingleCall> putContent()
        If metadata indicate that the stream is editable then returns a StreamUploader which can be used to upload the stream to the content property, 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 a StreamUploaderChunked which can be used to upload the stream to the content property, 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)
      • postContent

        public Optional<com.github.davidmoten.odata.client.StreamUploaderSingleCall> postContent()
        If metadata indicate that the stream is editable then returns a StreamUploader which can be used to upload the stream to the content property, 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 a StreamUploaderChunked which can be used to upload the stream to the content property, 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)
      • 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 a StreamUploader which can be used to upload the stream to the metadataContent property, 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 a StreamUploaderChunked which can be used to upload the stream to the metadataContent property, 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)
      • putMetadataContent

        public Optional<com.github.davidmoten.odata.client.StreamUploaderSingleCall> putMetadataContent()
        If metadata indicate that the stream is editable then returns a StreamUploader which can be used to upload the stream to the metadataContent property, 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 a StreamUploaderChunked which can be used to upload the stream to the metadataContent property, 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)
      • postMetadataContent

        public Optional<com.github.davidmoten.odata.client.StreamUploaderSingleCall> postMetadataContent()
        If metadata indicate that the stream is editable then returns a StreamUploader which can be used to upload the stream to the metadataContent property, 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 a StreamUploaderChunked which can be used to upload the stream to the metadataContent property, 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)
      • getTranscriptContentUrl

        public Optional<String> getTranscriptContentUrl()
      • withTranscriptContentUrl

        public CallTranscript withTranscriptContentUrl​(String transcriptContentUrl)
      • getUnmappedFields

        public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
        Specified by:
        getUnmappedFields in interface com.github.davidmoten.odata.client.ODataType
        Overrides:
        getUnmappedFields in class Entity
      • patch

        public CallTranscript patch()
        Submits only changed fields for update and returns an immutable copy of this with changed fields reset.
        Overrides:
        patch in class Entity
        Returns:
        a copy of this with changed fields reset
        Throws:
        com.github.davidmoten.odata.client.ClientException - if HTTP response is not as expected
      • put

        public CallTranscript put()
        Submits all fields for update and returns an immutable copy of this with changed fields reset (they were ignored anyway).
        Overrides:
        put in class Entity
        Returns:
        a copy of this with changed fields reset
        Throws:
        com.github.davidmoten.odata.client.ClientException - if HTTP response is not as expected