@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-11-04T01:02:11.281898+03:00[Europe/Moscow]") public class GetMilestonesFiltersParameter extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GetMilestonesFiltersParameter.CustomTypeAdapterFactory |
| Modifier and Type | Field and Description |
|---|---|
static HashSet<String> |
openapiFields |
static HashSet<String> |
openapiRequiredFields |
static String |
SERIALIZED_NAME_SEARCH |
| Constructor and Description |
|---|
GetMilestonesFiltersParameter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static GetMilestonesFiltersParameter |
fromJson(String jsonString)
Create an instance of GetMilestonesFiltersParameter given an JSON string
|
String |
getSearch()
Provide a string that will be used to search by name.
|
int |
hashCode() |
GetMilestonesFiltersParameter |
search(String search) |
void |
setSearch(String search) |
String |
toJson()
Convert an instance of GetMilestonesFiltersParameter to an JSON string
|
String |
toString() |
public static final String SERIALIZED_NAME_SEARCH
public GetMilestonesFiltersParameter search(String search)
@Nullable public String getSearch()
public void setSearch(String search)
public static GetMilestonesFiltersParameter fromJson(String jsonString) throws IOException
jsonString - JSON stringIOException - if the JSON string is invalid with respect to GetMilestonesFiltersParameterpublic String toJson()
Copyright © 2023. All rights reserved.