Interface CTRemoteResource
- All Known Implementing Classes:
CTRemoteResource.CTRemoteResourceImpl
@Generated("")
public interface CTRemoteResource
- Generated:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic class
static class
-
Method Summary
Modifier and TypeMethodDescriptionstatic CTRemoteResource.Builder
builder()
void
deleteCTRemote
(Long id) void
deleteCTRemoteBatch
(String callbackURL, Object object) deleteCTRemoteBatchHttpResponse
(String callbackURL, Object object) getCTRemote
(Long id) getCTRemotesPage
(String search, Pagination pagination, String sortString) getCTRemotesPageHttpResponse
(String search, Pagination pagination, String sortString) patchCTRemote
(Long id, CTRemote ctRemote) patchCTRemoteHttpResponse
(Long id, CTRemote ctRemote) postCTRemote
(CTRemote ctRemote) void
postCTRemoteBatch
(CTRemote ctRemote, String callbackURL, Object object) postCTRemoteBatchHttpResponse
(CTRemote ctRemote, String callbackURL, Object object) postCTRemoteHttpResponse
(CTRemote ctRemote) void
postCTRemotesPageExportBatch
(String search, String sortString, String callbackURL, String contentType, String fieldNames) postCTRemotesPageExportBatchHttpResponse
(String search, String sortString, String callbackURL, String contentType, String fieldNames) putCTRemote
(Long id, CTRemote ctRemote) void
putCTRemoteBatch
(CTRemote ctRemote, String callbackURL, Object object) putCTRemoteBatchHttpResponse
(CTRemote ctRemote, String callbackURL, Object object) putCTRemoteHttpResponse
(Long id, CTRemote ctRemote)
-
Method Details
-
builder
-
getCTRemotesPage
Page<CTRemote> getCTRemotesPage(String search, Pagination pagination, String sortString) throws Exception - Throws:
Exception
-
getCTRemotesPageHttpResponse
HttpInvoker.HttpResponse getCTRemotesPageHttpResponse(String search, Pagination pagination, String sortString) throws Exception - Throws:
Exception
-
postCTRemotesPageExportBatch
void postCTRemotesPageExportBatch(String search, String sortString, String callbackURL, String contentType, String fieldNames) throws Exception - Throws:
Exception
-
postCTRemotesPageExportBatchHttpResponse
HttpInvoker.HttpResponse postCTRemotesPageExportBatchHttpResponse(String search, String sortString, String callbackURL, String contentType, String fieldNames) throws Exception - Throws:
Exception
-
postCTRemote
- Throws:
Exception
-
postCTRemoteHttpResponse
- Throws:
Exception
-
postCTRemoteBatch
- Throws:
Exception
-
postCTRemoteBatchHttpResponse
HttpInvoker.HttpResponse postCTRemoteBatchHttpResponse(CTRemote ctRemote, String callbackURL, Object object) throws Exception - Throws:
Exception
-
deleteCTRemote
- Throws:
Exception
-
deleteCTRemoteHttpResponse
- Throws:
Exception
-
deleteCTRemoteBatch
- Throws:
Exception
-
deleteCTRemoteBatchHttpResponse
HttpInvoker.HttpResponse deleteCTRemoteBatchHttpResponse(String callbackURL, Object object) throws Exception - Throws:
Exception
-
getCTRemote
- Throws:
Exception
-
getCTRemoteHttpResponse
- Throws:
Exception
-
patchCTRemote
- Throws:
Exception
-
patchCTRemoteHttpResponse
- Throws:
Exception
-
putCTRemote
- Throws:
Exception
-
putCTRemoteHttpResponse
- Throws:
Exception
-
putCTRemoteBatch
- Throws:
Exception
-
putCTRemoteBatchHttpResponse
HttpInvoker.HttpResponse putCTRemoteBatchHttpResponse(CTRemote ctRemote, String callbackURL, Object object) throws Exception - Throws:
Exception
-