Uses of Class
io.sendon.model.GetMessageResponseDto
-
Packages that use GetMessageResponseDto Package Description io.sendon.api io.sendon.model -
-
Uses of GetMessageResponseDto in io.sendon.api
Methods in io.sendon.api that return GetMessageResponseDto Modifier and Type Method Description GetMessageResponseDtoSdoSms. find(String groupId)SMS 메시지 그룹 발송 조회 메시지 그룹 발송 상태를 조회합니다.Methods in io.sendon.api that return types with arguments of type GetMessageResponseDto Modifier and Type Method Description ApiResponse<GetMessageResponseDto>SdoSms. findWithHttpInfo(String groupId)SMS 메시지 그룹 발송 조회 메시지 그룹 발송 상태를 조회합니다.Method parameters in io.sendon.api with type arguments of type GetMessageResponseDto Modifier and Type Method Description okhttp3.CallSdoSms. findAsync(String groupId, ApiCallback<GetMessageResponseDto> _callback)SMS 메시지 그룹 발송 조회 (asynchronously) 메시지 그룹 발송 상태를 조회합니다. -
Uses of GetMessageResponseDto in io.sendon.model
Methods in io.sendon.model that return GetMessageResponseDto Modifier and Type Method Description GetMessageResponseDtoGetMessageResponseDto. code(BigDecimal code)GetMessageResponseDtoGetMessageResponseDto. data(MessageInfo data)static GetMessageResponseDtoGetMessageResponseDto. fromJson(String jsonString)Create an instance of GetMessageResponseDto given an JSON stringGetMessageResponseDtoGetMessageResponseDto. message(String message)
-