Uses of Class
io.sendon.model.SendResponseDto
-
Packages that use SendResponseDto Package Description io.sendon.api io.sendon.model -
-
Uses of SendResponseDto in io.sendon.api
Methods in io.sendon.api that return SendResponseDto Modifier and Type Method Description SendResponseDtoSdoSms. sendGroup(String groupId)SMS 예약 메시지 그룹내 전체 메시지 즉시 발송 예약 메시지를 즉시 발송합니다.SendResponseDtoSdoSms. sendMessage(String groupId, String messageId)SMS 예약 메시지 그룹의 특정 메시지만 즉시 발송 예약 메시지를 즉시 발송합니다.SendResponseDtoSdoSms. sendRepeat(String groupId, String repeatId)SMS 예약 메시지 그룹의 특정 분할 예약만 즉시 발송 예약 메시지를 즉시 발송합니다.Methods in io.sendon.api that return types with arguments of type SendResponseDto Modifier and Type Method Description ApiResponse<SendResponseDto>SdoSms. sendGroupWithHttpInfo(String groupId)SMS 예약 메시지 그룹내 전체 메시지 즉시 발송 예약 메시지를 즉시 발송합니다.ApiResponse<SendResponseDto>SdoSms. sendMessageWithHttpInfo(String groupId, String messageId)SMS 예약 메시지 그룹의 특정 메시지만 즉시 발송 예약 메시지를 즉시 발송합니다.ApiResponse<SendResponseDto>SdoSms. sendRepeatWithHttpInfo(String groupId, String repeatId)SMS 예약 메시지 그룹의 특정 분할 예약만 즉시 발송 예약 메시지를 즉시 발송합니다.Method parameters in io.sendon.api with type arguments of type SendResponseDto Modifier and Type Method Description okhttp3.CallSdoSms. sendGroupAsync(String groupId, ApiCallback<SendResponseDto> _callback)SMS 예약 메시지 그룹내 전체 메시지 즉시 발송 (asynchronously) 예약 메시지를 즉시 발송합니다.okhttp3.CallSdoSms. sendMessageAsync(String groupId, String messageId, ApiCallback<SendResponseDto> _callback)SMS 예약 메시지 그룹의 특정 메시지만 즉시 발송 (asynchronously) 예약 메시지를 즉시 발송합니다.okhttp3.CallSdoSms. sendRepeatAsync(String groupId, String repeatId, ApiCallback<SendResponseDto> _callback)SMS 예약 메시지 그룹의 특정 분할 예약만 즉시 발송 (asynchronously) 예약 메시지를 즉시 발송합니다. -
Uses of SendResponseDto in io.sendon.model
Methods in io.sendon.model that return SendResponseDto Modifier and Type Method Description SendResponseDtoSendResponseDto. code(BigDecimal code)SendResponseDtoSendResponseDto. data(SendCancelMessage data)static SendResponseDtoSendResponseDto. fromJson(String jsonString)Create an instance of SendResponseDto given an JSON stringSendResponseDtoSendResponseDto. message(String message)
-