Class FulfillmentDocument


  • public class FulfillmentDocument
    extends java.lang.Object
    Document that captured during service appointment fulfillment that portrays proof of completion
    • Constructor Detail

      • FulfillmentDocument

        public FulfillmentDocument()
    • Method Detail

      • uploadDestinationId

        public FulfillmentDocument uploadDestinationId​(java.lang.String uploadDestinationId)
      • getUploadDestinationId

        public java.lang.String getUploadDestinationId()
        The identifier of the upload destination. Get this value by calling the `createServiceDocumentUploadDestination` operation of the Services API.
        Returns:
        uploadDestinationId
      • setUploadDestinationId

        public void setUploadDestinationId​(java.lang.String uploadDestinationId)
      • getContentSha256

        public java.lang.String getContentSha256()
        Sha256 hash of the file content. This value is used to determine if the file has been corrupted or tampered with during transit.
        Returns:
        contentSha256
      • setContentSha256

        public void setContentSha256​(java.lang.String contentSha256)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object