Interface CTRemoteResource
- All Known Implementing Classes:
CTRemoteResource.CTRemoteResourceImpl
@Generated("")
public interface CTRemoteResource
- Generated:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classstatic class -
Method Summary
Modifier and TypeMethodDescriptionstatic CTRemoteResource.Builderbuilder()voiddeleteCTRemote(Long id) voiddeleteCTRemoteBatch(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) voidpostCTRemoteBatch(CTRemote ctRemote, String callbackURL, Object object) postCTRemoteBatchHttpResponse(CTRemote ctRemote, String callbackURL, Object object) postCTRemoteHttpResponse(CTRemote ctRemote) voidpostCTRemotesPageExportBatch(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) voidputCTRemoteBatch(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
-