Class IssueAttachmentContractInner


  • public final class IssueAttachmentContractInner
    extends com.azure.core.management.ProxyResource
    Issue Attachment Contract details.
    • Constructor Detail

      • IssueAttachmentContractInner

        public IssueAttachmentContractInner()
    • Method Detail

      • title

        public String title()
        Get the title property: Filename by which the binary data will be saved.
        Returns:
        the title value.
      • withTitle

        public IssueAttachmentContractInner withTitle​(String title)
        Set the title property: Filename by which the binary data will be saved.
        Parameters:
        title - the title value to set.
        Returns:
        the IssueAttachmentContractInner object itself.
      • contentFormat

        public String contentFormat()
        Get the contentFormat property: Either 'link' if content is provided via an HTTP link or the MIME type of the Base64-encoded binary data provided in the 'content' property.
        Returns:
        the contentFormat value.
      • withContentFormat

        public IssueAttachmentContractInner withContentFormat​(String contentFormat)
        Set the contentFormat property: Either 'link' if content is provided via an HTTP link or the MIME type of the Base64-encoded binary data provided in the 'content' property.
        Parameters:
        contentFormat - the contentFormat value to set.
        Returns:
        the IssueAttachmentContractInner object itself.
      • content

        public String content()
        Get the content property: An HTTP link or Base64-encoded binary data.
        Returns:
        the content value.
      • withContent

        public IssueAttachmentContractInner withContent​(String content)
        Set the content property: An HTTP link or Base64-encoded binary data.
        Parameters:
        content - the content value to set.
        Returns:
        the IssueAttachmentContractInner object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.