Class IssueContractProperties

    • Constructor Detail

      • IssueContractProperties

        public IssueContractProperties()
    • Method Detail

      • title

        public String title()
        Get the title property: The issue title.
        Returns:
        the title value.
      • withTitle

        public IssueContractProperties withTitle​(String title)
        Set the title property: The issue title.
        Parameters:
        title - the title value to set.
        Returns:
        the IssueContractProperties object itself.
      • description

        public String description()
        Get the description property: Text describing the issue.
        Returns:
        the description value.
      • withDescription

        public IssueContractProperties withDescription​(String description)
        Set the description property: Text describing the issue.
        Parameters:
        description - the description value to set.
        Returns:
        the IssueContractProperties object itself.
      • userId

        public String userId()
        Get the userId property: A resource identifier for the user created the issue.
        Returns:
        the userId value.
      • withUserId

        public IssueContractProperties withUserId​(String userId)
        Set the userId property: A resource identifier for the user created the issue.
        Parameters:
        userId - the userId value to set.
        Returns:
        the IssueContractProperties object itself.