Uses of Class
io.sendon.model.ListUserNumbersResponseDto
-
Packages that use ListUserNumbersResponseDto Package Description io.sendon.api io.sendon.model -
-
Uses of ListUserNumbersResponseDto in io.sendon.api
Methods in io.sendon.api that return ListUserNumbersResponseDto Modifier and Type Method Description ListUserNumbersResponseDtoSdoSender. listUserNumbers(BigDecimal cursor, BigDecimal limit)유저 발신번호 목록 조회 유저 발신번호 목록 조회Methods in io.sendon.api that return types with arguments of type ListUserNumbersResponseDto Modifier and Type Method Description ApiResponse<ListUserNumbersResponseDto>SdoSender. listUserNumbersWithHttpInfo(BigDecimal cursor, BigDecimal limit)유저 발신번호 목록 조회 유저 발신번호 목록 조회Method parameters in io.sendon.api with type arguments of type ListUserNumbersResponseDto Modifier and Type Method Description okhttp3.CallSdoSender. listUserNumbersAsync(BigDecimal cursor, BigDecimal limit, ApiCallback<ListUserNumbersResponseDto> _callback)유저 발신번호 목록 조회 (asynchronously) 유저 발신번호 목록 조회 -
Uses of ListUserNumbersResponseDto in io.sendon.model
Methods in io.sendon.model that return ListUserNumbersResponseDto Modifier and Type Method Description ListUserNumbersResponseDtoListUserNumbersResponseDto. code(BigDecimal code)ListUserNumbersResponseDtoListUserNumbersResponseDto. data(ListUserNumberData data)static ListUserNumbersResponseDtoListUserNumbersResponseDto. fromJson(String jsonString)Create an instance of ListUserNumbersResponseDto given an JSON stringListUserNumbersResponseDtoListUserNumbersResponseDto. message(String message)
-