Class MoveIssueRequest

  • All Implemented Interfaces:
    Serializable

    public class MoveIssueRequest
    extends Object
    implements Serializable
    The properties needed to move the issue.
    See Also:
    Serialized Form
    • Constructor Detail

      • MoveIssueRequest

        public MoveIssueRequest()
    • Method Detail

      • getIssueId

        @NotNull
        public @NotNull UUID getIssueId()
        Required. The id of the issue to be moved.
      • getCommunityId

        @NotNull
        public @NotNull UUID getCommunityId()
        Required. The id of the community where to move the issue to.
      • setIssueId

        public void setIssueId​(@NotNull
                               @NotNull UUID issueId)
        Required. The id of the issue to be moved.
      • setCommunityId

        public void setCommunityId​(@NotNull
                                   @NotNull UUID communityId)
        Required. The id of the community where to move the issue to.
      • equals

        public boolean equals​(Object o)
        Overrides:
        equals in class Object
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

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

        public String toString()
        Overrides:
        toString in class Object