Uses of Class
io.sendon.model.GetBlocklistResponseDto
-
Packages that use GetBlocklistResponseDto Package Description io.sendon.api io.sendon.model -
-
Uses of GetBlocklistResponseDto in io.sendon.api
Methods in io.sendon.api that return GetBlocklistResponseDto Modifier and Type Method Description GetBlocklistResponseDtoSdoContacts. getBlocklist(BigDecimal cursor, BigDecimal limit)수신거부 목록Methods in io.sendon.api that return types with arguments of type GetBlocklistResponseDto Modifier and Type Method Description ApiResponse<GetBlocklistResponseDto>SdoContacts. getBlocklistWithHttpInfo(BigDecimal cursor, BigDecimal limit)수신거부 목록Method parameters in io.sendon.api with type arguments of type GetBlocklistResponseDto Modifier and Type Method Description okhttp3.CallSdoContacts. getBlocklistAsync(BigDecimal cursor, BigDecimal limit, ApiCallback<GetBlocklistResponseDto> _callback)수신거부 목록 (asynchronously) -
Uses of GetBlocklistResponseDto in io.sendon.model
Methods in io.sendon.model that return GetBlocklistResponseDto Modifier and Type Method Description GetBlocklistResponseDtoGetBlocklistResponseDto. code(BigDecimal code)GetBlocklistResponseDtoGetBlocklistResponseDto. data(GetBlocklistResponse data)static GetBlocklistResponseDtoGetBlocklistResponseDto. fromJson(String jsonString)Create an instance of GetBlocklistResponseDto given an JSON stringGetBlocklistResponseDtoGetBlocklistResponseDto. message(String message)
-