Class FindTagsRequest

Object
PagedRequest
FindTagsRequest
All Implemented Interfaces:
Serializable

public class FindTagsRequest extends PagedRequest
Represents all parameters that are possible to search for tags.
See Also:
  • Constructor Details

    • FindTagsRequest

      public FindTagsRequest()
  • Method Details

    • builder

      public static FindTagsRequest.Builder builder()
    • getName

      public String getName()
    • getNameMatchMode

      public MatchMode getNameMatchMode()
      The match mode used to compare name. If the match mode is EXACT the search is case-sensitive, otherwise the search is case-insensitive.
    • setName

      public void setName(String name)
    • setNameMatchMode

      public void setNameMatchMode(MatchMode nameMatchMode)
      The match mode used to compare name. If the match mode is EXACT the search is case-sensitive, otherwise the search is case-insensitive.
    • equals

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

      protected boolean canEqual(Object other)
      Overrides:
      canEqual in class PagedRequest
    • hashCode

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

      public String toString()
      Overrides:
      toString in class PagedRequest