| Package | Description |
|---|---|
| com.independentsoft.share |
| Modifier and Type | Method and Description |
|---|---|
ContentType |
Service.getContentType(java.lang.String contentTypeId)
Gets the content type.
|
ContentType |
Service.getContentType(java.lang.String listId,
java.lang.String contentTypeId)
Gets the content type.
|
ContentType |
Service.getListItemContentType(java.lang.String listId,
int itemId)
Gets the list item content type.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ContentType> |
Service.getAvailableContentTypes()
Gets the available content types.
|
java.util.List<ContentType> |
Service.getAvailableContentTypes(java.util.List<IQueryOption> queryOptions)
Gets the available content types.
|
java.util.List<ContentType> |
Service.getContentTypes()
Gets the content types.
|
java.util.List<ContentType> |
Service.getContentTypes(java.lang.String listId)
Gets the content types.
|
java.util.List<ContentType> |
Service.getContentTypes(java.lang.String listId,
java.util.List<IQueryOption> queryOptions)
Gets the content types.
|
java.util.List<ContentType> |
Service.getListContentTypes(java.lang.String listId)
Gets the list content types.
|
java.util.List<ContentType> |
Service.getListContentTypes(java.lang.String listId,
java.util.List<IQueryOption> queryOptions)
Gets the list content types.
|