@Generated(value="")
public interface CTEntryResource
Modifier and Type | Interface and Description |
---|---|
static class |
CTEntryResource.Builder |
static class |
CTEntryResource.CTEntryResourceImpl |
Modifier and Type | Method and Description |
---|---|
static CTEntryResource.Builder |
builder() |
Page<CTEntry> |
getCtCollectionCTEntriesPage(java.lang.Long ctCollectionId,
java.lang.String search,
java.lang.Boolean showHideable,
java.lang.String filterString,
Pagination pagination,
java.lang.String sortString) |
HttpInvoker.HttpResponse |
getCtCollectionCTEntriesPageHttpResponse(java.lang.Long ctCollectionId,
java.lang.String search,
java.lang.Boolean showHideable,
java.lang.String filterString,
Pagination pagination,
java.lang.String sortString) |
CTEntry |
getCTEntry(java.lang.Long ctEntryId) |
HttpInvoker.HttpResponse |
getCTEntryHttpResponse(java.lang.Long ctEntryId) |
static CTEntryResource.Builder builder()
Page<CTEntry> getCtCollectionCTEntriesPage(java.lang.Long ctCollectionId, java.lang.String search, java.lang.Boolean showHideable, java.lang.String filterString, Pagination pagination, java.lang.String sortString) throws java.lang.Exception
java.lang.Exception
HttpInvoker.HttpResponse getCtCollectionCTEntriesPageHttpResponse(java.lang.Long ctCollectionId, java.lang.String search, java.lang.Boolean showHideable, java.lang.String filterString, Pagination pagination, java.lang.String sortString) throws java.lang.Exception
java.lang.Exception
CTEntry getCTEntry(java.lang.Long ctEntryId) throws java.lang.Exception
java.lang.Exception
HttpInvoker.HttpResponse getCTEntryHttpResponse(java.lang.Long ctEntryId) throws java.lang.Exception
java.lang.Exception