Uses of Class
io.sendon.model.GetSendProfile200Response
-
Packages that use GetSendProfile200Response Package Description io.sendon.api io.sendon.model -
-
Uses of GetSendProfile200Response in io.sendon.api
Methods in io.sendon.api that return GetSendProfile200Response Modifier and Type Method Description GetSendProfile200ResponseSdoKakao. getSendProfile(String sendProfileId)발신 프로필 상세 조회Methods in io.sendon.api that return types with arguments of type GetSendProfile200Response Modifier and Type Method Description ApiResponse<GetSendProfile200Response>SdoKakao. getSendProfileWithHttpInfo(String sendProfileId)발신 프로필 상세 조회Method parameters in io.sendon.api with type arguments of type GetSendProfile200Response Modifier and Type Method Description okhttp3.CallSdoKakao. getSendProfileAsync(String sendProfileId, ApiCallback<GetSendProfile200Response> _callback)발신 프로필 상세 조회 (asynchronously) -
Uses of GetSendProfile200Response in io.sendon.model
Methods in io.sendon.model that return GetSendProfile200Response Modifier and Type Method Description GetSendProfile200ResponseGetSendProfile200Response. code(BigDecimal code)GetSendProfile200ResponseGetSendProfile200Response. data(SendProfileSchema data)static GetSendProfile200ResponseGetSendProfile200Response. fromJson(String jsonString)Create an instance of GetSendProfile200Response given an JSON stringGetSendProfile200ResponseGetSendProfile200Response. message(String message)
-