Package io.sendon.model
Class SearchGroupsResponseDto
- java.lang.Object
-
- io.sendon.model.SearchGroupsResponseDto
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2025-03-25T16:56:04.124507+09:00[Asia/Seoul]", comments="Generator version: 7.7.0") public class SearchGroupsResponseDto extends Object
SearchGroupsResponseDto
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSearchGroupsResponseDto.CustomTypeAdapterFactory
-
Field Summary
Fields Modifier and Type Field Description static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_CURSORstatic StringSERIALIZED_NAME_ITEMS
-
Constructor Summary
Constructors Constructor Description SearchGroupsResponseDto()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description SearchGroupsResponseDtoaddItemsItem(Group itemsItem)SearchGroupsResponseDtocursor(String cursor)booleanequals(Object o)static SearchGroupsResponseDtofromJson(String jsonString)Create an instance of SearchGroupsResponseDto given an JSON stringStringgetCursor()응답받을 데이터 오프셋List<Group>getItems()발송 메시지 리스트inthashCode()SearchGroupsResponseDtoitems(List<Group> items)voidsetCursor(String cursor)voidsetItems(List<Group> items)StringtoJson()Convert an instance of SearchGroupsResponseDto to an JSON stringStringtoString()static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement)Validates the JSON Element and throws an exception if issues found
-
-
-
Field Detail
-
SERIALIZED_NAME_ITEMS
public static final String SERIALIZED_NAME_ITEMS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CURSOR
public static final String SERIALIZED_NAME_CURSOR
- See Also:
- Constant Field Values
-
-
Method Detail
-
items
public SearchGroupsResponseDto items(List<Group> items)
-
addItemsItem
public SearchGroupsResponseDto addItemsItem(Group itemsItem)
-
cursor
public SearchGroupsResponseDto cursor(String cursor)
-
setCursor
public void setCursor(String cursor)
-
validateJsonElement
public static void validateJsonElement(com.google.gson.JsonElement jsonElement) throws IOExceptionValidates the JSON Element and throws an exception if issues found- Parameters:
jsonElement- JSON Element- Throws:
IOException- if the JSON Element is invalid with respect to SearchGroupsResponseDto
-
fromJson
public static SearchGroupsResponseDto fromJson(String jsonString) throws IOException
Create an instance of SearchGroupsResponseDto given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of SearchGroupsResponseDto
- Throws:
IOException- if the JSON string is invalid with respect to SearchGroupsResponseDto
-
toJson
public String toJson()
Convert an instance of SearchGroupsResponseDto to an JSON string- Returns:
- JSON string
-
-