Class HasPayloadLinkResultItem.Builder

    • Method Detail

      • error

        public HasPayloadLinkResultItem.Builder error​(String error)
        “Exception information indicates if check for this item was successful or not. Empty string for no error.”
        Parameters:
        error - value of error property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • hasLink

        public HasPayloadLinkResultItem.Builder hasLink​(Boolean hasLink)
        “Indicate whether a payload has any link or not.”
        Parameters:
        hasLink - value of hasLink property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • payloadId

        public HasPayloadLinkResultItem.Builder payloadId​(String payloadId)
        “Key of the Payload, In the format of Guid.”
        Parameters:
        payloadId - value of payloadId property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • sourcesNextLink

        public HasPayloadLinkResultItem.Builder sourcesNextLink​(String sourcesNextLink)
        “The reason where the link comes from.”
        Parameters:
        sourcesNextLink - value of sources@nextLink property (as defined in service metadata)
        Returns:
        this (for method chaining)