public static class CTEntryResource.CTEntryResourceImpl extends java.lang.Object implements CTEntryResource
CTEntryResource.Builder, CTEntryResource.CTEntryResourceImpl
Modifier and Type | Method and Description |
---|---|
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) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
builder
public 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
getCtCollectionCTEntriesPage
in interface CTEntryResource
java.lang.Exception
public 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
getCtCollectionCTEntriesPageHttpResponse
in interface CTEntryResource
java.lang.Exception
public CTEntry getCTEntry(java.lang.Long ctEntryId) throws java.lang.Exception
getCTEntry
in interface CTEntryResource
java.lang.Exception
public HttpInvoker.HttpResponse getCTEntryHttpResponse(java.lang.Long ctEntryId) throws java.lang.Exception
getCTEntryHttpResponse
in interface CTEntryResource
java.lang.Exception