Uses of Class
io.sendon.model.GetSendProfiles200Response
-
Packages that use GetSendProfiles200Response Package Description io.sendon.api io.sendon.model -
-
Uses of GetSendProfiles200Response in io.sendon.api
Methods in io.sendon.api that return GetSendProfiles200Response Modifier and Type Method Description GetSendProfiles200ResponseSdoKakao. getSendProfiles(BigDecimal limit, String cursor)발신 프로필 목록 조회Methods in io.sendon.api that return types with arguments of type GetSendProfiles200Response Modifier and Type Method Description ApiResponse<GetSendProfiles200Response>SdoKakao. getSendProfilesWithHttpInfo(BigDecimal limit, String cursor)발신 프로필 목록 조회Method parameters in io.sendon.api with type arguments of type GetSendProfiles200Response Modifier and Type Method Description okhttp3.CallSdoKakao. getSendProfilesAsync(BigDecimal limit, String cursor, ApiCallback<GetSendProfiles200Response> _callback)발신 프로필 목록 조회 (asynchronously) -
Uses of GetSendProfiles200Response in io.sendon.model
Methods in io.sendon.model that return GetSendProfiles200Response Modifier and Type Method Description GetSendProfiles200ResponseGetSendProfiles200Response. code(BigDecimal code)GetSendProfiles200ResponseGetSendProfiles200Response. data(GetSendProfiles200ResponseData data)static GetSendProfiles200ResponseGetSendProfiles200Response. fromJson(String jsonString)Create an instance of GetSendProfiles200Response given an JSON stringGetSendProfiles200ResponseGetSendProfiles200Response. message(String message)
-