Uses of Class
io.sendon.model.SearchRepeatsResponseDto
-
Packages that use SearchRepeatsResponseDto Package Description io.sendon.api io.sendon.model -
-
Uses of SearchRepeatsResponseDto in io.sendon.api
Methods in io.sendon.api that return SearchRepeatsResponseDto Modifier and Type Method Description SearchRepeatsResponseDtoSdoSms. searchRepeats(String groupId, BigDecimal limit, String cursor)SMS 메시지 그룹내 분할 예약 리스트 조회 사용자가 예약한 분할 예약 리스트 조회합니다.Methods in io.sendon.api that return types with arguments of type SearchRepeatsResponseDto Modifier and Type Method Description ApiResponse<SearchRepeatsResponseDto>SdoSms. searchRepeatsWithHttpInfo(String groupId, BigDecimal limit, String cursor)SMS 메시지 그룹내 분할 예약 리스트 조회 사용자가 예약한 분할 예약 리스트 조회합니다.Method parameters in io.sendon.api with type arguments of type SearchRepeatsResponseDto Modifier and Type Method Description okhttp3.CallSdoSms. searchRepeatsAsync(String groupId, BigDecimal limit, String cursor, ApiCallback<SearchRepeatsResponseDto> _callback)SMS 메시지 그룹내 분할 예약 리스트 조회 (asynchronously) 사용자가 예약한 분할 예약 리스트 조회합니다. -
Uses of SearchRepeatsResponseDto in io.sendon.model
Methods in io.sendon.model that return SearchRepeatsResponseDto Modifier and Type Method Description SearchRepeatsResponseDtoSearchRepeatsResponseDto. addItemsItem(Repeat itemsItem)SearchRepeatsResponseDtoSearchRepeatsResponseDto. cursor(String cursor)static SearchRepeatsResponseDtoSearchRepeatsResponseDto. fromJson(String jsonString)Create an instance of SearchRepeatsResponseDto given an JSON stringSearchRepeatsResponseDtoSearchRepeatsResponseDto. items(List<Repeat> items)
-