Package io.sendon.model
Class Contact
- java.lang.Object
-
- io.sendon.model.Contact
-
@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 Contact extends Object
Contact
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classContact.CustomTypeAdapterFactory
-
Field Summary
Fields Modifier and Type Field Description static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_GROUP_IDstatic StringSERIALIZED_NAME_MEMBER_ID
-
Constructor Summary
Constructors Constructor Description Contact()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ContactaddMemberIdItem(String memberIdItem)booleanequals(Object o)static ContactfromJson(String jsonString)Create an instance of Contact given an JSON stringStringgetGroupId()주소록 그룹 IDList<String>getMemberId()주소록 멤버 ID 리스트ContactgroupId(String groupId)inthashCode()ContactmemberId(List<String> memberId)voidsetGroupId(String groupId)voidsetMemberId(List<String> memberId)StringtoJson()Convert an instance of Contact 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_GROUP_ID
public static final String SERIALIZED_NAME_GROUP_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_MEMBER_ID
public static final String SERIALIZED_NAME_MEMBER_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
setGroupId
public void setGroupId(String groupId)
-
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 Contact
-
fromJson
public static Contact fromJson(String jsonString) throws IOException
Create an instance of Contact given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of Contact
- Throws:
IOException- if the JSON string is invalid with respect to Contact
-
toJson
public String toJson()
Convert an instance of Contact to an JSON string- Returns:
- JSON string
-
-