Uses of Class
io.sendon.model.CancelResponseDto
-
Packages that use CancelResponseDto Package Description io.sendon.api io.sendon.model -
-
Uses of CancelResponseDto in io.sendon.api
Methods in io.sendon.api that return CancelResponseDto Modifier and Type Method Description CancelResponseDtoSdoSms. cancelGroup(String groupId)SMS 예약 메시지 그룹 전체 발송 취소 예약 메시지 발송을 취소합니다.CancelResponseDtoSdoSms. cancelMessage(String groupId, String messageId)SMS 예약 메시지 그룹의 특정 메시지만 발송 취소 메시지 발송을 취소합니다.CancelResponseDtoSdoSms. cancelRepeat(String groupId, String repeatId)SMS 예약 메시지 그룹의 특정 분할 예약만 취소 메시지 발송을 취소합니다.Methods in io.sendon.api that return types with arguments of type CancelResponseDto Modifier and Type Method Description ApiResponse<CancelResponseDto>SdoSms. cancelGroupWithHttpInfo(String groupId)SMS 예약 메시지 그룹 전체 발송 취소 예약 메시지 발송을 취소합니다.ApiResponse<CancelResponseDto>SdoSms. cancelMessageWithHttpInfo(String groupId, String messageId)SMS 예약 메시지 그룹의 특정 메시지만 발송 취소 메시지 발송을 취소합니다.ApiResponse<CancelResponseDto>SdoSms. cancelRepeatWithHttpInfo(String groupId, String repeatId)SMS 예약 메시지 그룹의 특정 분할 예약만 취소 메시지 발송을 취소합니다.Method parameters in io.sendon.api with type arguments of type CancelResponseDto Modifier and Type Method Description okhttp3.CallSdoSms. cancelGroupAsync(String groupId, ApiCallback<CancelResponseDto> _callback)SMS 예약 메시지 그룹 전체 발송 취소 (asynchronously) 예약 메시지 발송을 취소합니다.okhttp3.CallSdoSms. cancelMessageAsync(String groupId, String messageId, ApiCallback<CancelResponseDto> _callback)SMS 예약 메시지 그룹의 특정 메시지만 발송 취소 (asynchronously) 메시지 발송을 취소합니다.okhttp3.CallSdoSms. cancelRepeatAsync(String groupId, String repeatId, ApiCallback<CancelResponseDto> _callback)SMS 예약 메시지 그룹의 특정 분할 예약만 취소 (asynchronously) 메시지 발송을 취소합니다. -
Uses of CancelResponseDto in io.sendon.model
Methods in io.sendon.model that return CancelResponseDto Modifier and Type Method Description CancelResponseDtoCancelResponseDto. code(BigDecimal code)CancelResponseDtoCancelResponseDto. data(SendCancelMessage data)static CancelResponseDtoCancelResponseDto. fromJson(String jsonString)Create an instance of CancelResponseDto given an JSON stringCancelResponseDtoCancelResponseDto. message(String message)
-