Class FindClassificationsRequest
- Object
-
- PagedRequest
-
- FindClassificationsRequest
-
- All Implemented Interfaces:
Serializable
public class FindClassificationsRequest extends PagedRequest
Search criteria for finding classifications.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
FindClassificationsRequest.Builder
-
Constructor Summary
Constructors Constructor Description FindClassificationsRequest()
FindClassificationsRequest(String name)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FindClassificationsRequest.Builder
builder()
protected boolean
canEqual(Object other)
boolean
equals(Object o)
String
getName()
The exact name of classification to filter by the search results.int
hashCode()
void
setName(String name)
The exact name of classification to filter by the search results.String
toString()
-
-
-
Method Detail
-
builder
public static FindClassificationsRequest.Builder builder()
-
getName
public String getName()
The exact name of classification to filter by the search results.
-
setName
public void setName(String name)
The exact name of classification to filter by the search results.
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classPagedRequest
-
canEqual
protected boolean canEqual(Object other)
- Overrides:
canEqual
in classPagedRequest
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classPagedRequest
-
toString
public String toString()
- Overrides:
toString
in classPagedRequest
-
-