Class UrlEndpointServiceImpl
-
- All Implemented Interfaces:
-
io.imagekit.services.blocking.accounts.UrlEndpointService
public final class UrlEndpointServiceImpl implements UrlEndpointService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classUrlEndpointServiceImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description UrlEndpointService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. UrlEndpointServicewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. UrlEndpointResponsecreate(UrlEndpointCreateParams params, RequestOptions requestOptions)UrlEndpointResponseupdate(UrlEndpointUpdateParams params, RequestOptions requestOptions)List<UrlEndpointResponse>list(UrlEndpointListParams params, RequestOptions requestOptions)Unitdelete(UrlEndpointDeleteParams params, RequestOptions requestOptions)UrlEndpointResponseget(UrlEndpointGetParams params, RequestOptions requestOptions)-
Methods inherited from class io.imagekit.services.blocking.accounts.UrlEndpointService
create, create, create, delete, delete, delete, delete, delete, get, get, get, get, get, list, list, list, update, update, update -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
withRawResponse
UrlEndpointService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
UrlEndpointService withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
create
UrlEndpointResponse create(UrlEndpointCreateParams params, RequestOptions requestOptions)
-
update
UrlEndpointResponse update(UrlEndpointUpdateParams params, RequestOptions requestOptions)
-
list
List<UrlEndpointResponse> list(UrlEndpointListParams params, RequestOptions requestOptions)
-
delete
Unit delete(UrlEndpointDeleteParams params, RequestOptions requestOptions)
-
get
UrlEndpointResponse get(UrlEndpointGetParams params, RequestOptions requestOptions)
-
-
-
-