Uses of Class
io.sendon.model.GetGroupInfo200Response
-
Packages that use GetGroupInfo200Response Package Description io.sendon.api io.sendon.model -
-
Uses of GetGroupInfo200Response in io.sendon.api
Methods in io.sendon.api that return GetGroupInfo200Response Modifier and Type Method Description GetGroupInfo200ResponseSdoKakao. getGroupInfo(String groupId, BigDecimal sendonAdminId, BigDecimal sendonUserId)그룹 상세 조회Methods in io.sendon.api that return types with arguments of type GetGroupInfo200Response Modifier and Type Method Description ApiResponse<GetGroupInfo200Response>SdoKakao. getGroupInfoWithHttpInfo(String groupId, BigDecimal sendonAdminId, BigDecimal sendonUserId)그룹 상세 조회Method parameters in io.sendon.api with type arguments of type GetGroupInfo200Response Modifier and Type Method Description okhttp3.CallSdoKakao. getGroupInfoAsync(String groupId, BigDecimal sendonAdminId, BigDecimal sendonUserId, ApiCallback<GetGroupInfo200Response> _callback)그룹 상세 조회 (asynchronously) -
Uses of GetGroupInfo200Response in io.sendon.model
Methods in io.sendon.model that return GetGroupInfo200Response Modifier and Type Method Description GetGroupInfo200ResponseGetGroupInfo200Response. code(BigDecimal code)GetGroupInfo200ResponseGetGroupInfo200Response. data(GetGroupInfo200ResponseData data)static GetGroupInfo200ResponseGetGroupInfo200Response. fromJson(String jsonString)Create an instance of GetGroupInfo200Response given an JSON stringGetGroupInfo200ResponseGetGroupInfo200Response. message(String message)
-