Class IssueCommentContractInner


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

      • IssueCommentContractInner

        public IssueCommentContractInner()
    • Method Detail

      • text

        public String text()
        Get the text property: Comment text.
        Returns:
        the text value.
      • withText

        public IssueCommentContractInner withText​(String text)
        Set the text property: Comment text.
        Parameters:
        text - the text value to set.
        Returns:
        the IssueCommentContractInner object itself.
      • createdDate

        public OffsetDateTime createdDate()
        Get the createdDate property: Date and time when the comment was created.
        Returns:
        the createdDate value.
      • withCreatedDate

        public IssueCommentContractInner withCreatedDate​(OffsetDateTime createdDate)
        Set the createdDate property: Date and time when the comment was created.
        Parameters:
        createdDate - the createdDate value to set.
        Returns:
        the IssueCommentContractInner object itself.
      • userId

        public String userId()
        Get the userId property: A resource identifier for the user who left the comment.
        Returns:
        the userId value.
      • withUserId

        public IssueCommentContractInner withUserId​(String userId)
        Set the userId property: A resource identifier for the user who left the comment.
        Parameters:
        userId - the userId value to set.
        Returns:
        the IssueCommentContractInner object itself.
      • validate

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