Class 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
    • Constructor Detail

      • Contact

        public Contact()
    • Method Detail

      • getGroupId

        @Nonnull
        public String getGroupId()
        주소록 그룹 ID
        Returns:
        groupId
      • setGroupId

        public void setGroupId​(String groupId)
      • addMemberIdItem

        public Contact addMemberIdItem​(String memberIdItem)
      • getMemberId

        @Nullable
        public List<String> getMemberId()
        주소록 멤버 ID 리스트
        Returns:
        memberId
      • setMemberId

        public void setMemberId​(List<String> memberId)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • validateJsonElement

        public static void validateJsonElement​(com.google.gson.JsonElement jsonElement)
                                        throws IOException
        Validates 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