public final class CustomEntityClient extends EntityClientBase implements PostEndpoint<CustomEntity>, PutByIdEndpoint<CustomEntity>, DeleteByIdEndpoint
api, path| Constructor and Description |
|---|
CustomEntityClient(ApiClient api) |
| Modifier and Type | Method and Description |
|---|---|
CustomEntityElement |
createCustomEntityElement(String customEntityMetadataId,
CustomEntityElement customEntityElement) |
void |
deleteCustomEntityElement(String customEntityMetadataId,
CustomEntityElement customEntityElement) |
void |
deleteCustomEntityElement(String customEntityMetadataId,
String customEntityElementId) |
Class<? extends MetaEntity> |
entityClass() |
CustomEntityElement |
getCustomEntityElement(String customEntityMetadataId,
String customEntityId) |
ListEntity<CustomEntityElement> |
getCustomEntityElements(CustomEntity customEntity) |
ListEntity<CustomEntityElement> |
getCustomEntityElements(String customEntityMetadataId) |
CustomEntityElement |
updateCustomEntityElement(String customEntityMetadataId,
CustomEntityElement customEntityElement) |
CustomEntityElement |
updateCustomEntityElement(String customEntityMetadataId,
String customEntityId,
CustomEntityElement updatedEntity) |
api, metaEntityClass, path, positionEntityClassclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateupdate, updatedelete, deleteapi, metaEntityClass, path, positionEntityClasspublic CustomEntityClient(ApiClient api)
public Class<? extends MetaEntity> entityClass()
entityClass in interface EndpointentityClass in class EntityClientBasepublic CustomEntityElement createCustomEntityElement(String customEntityMetadataId, CustomEntityElement customEntityElement) throws IOException, ApiClientException
IOExceptionApiClientExceptionpublic CustomEntityElement getCustomEntityElement(String customEntityMetadataId, String customEntityId) throws IOException, ApiClientException
IOExceptionApiClientExceptionpublic ListEntity<CustomEntityElement> getCustomEntityElements(String customEntityMetadataId) throws IOException, ApiClientException
IOExceptionApiClientExceptionpublic ListEntity<CustomEntityElement> getCustomEntityElements(CustomEntity customEntity) throws IOException, ApiClientException
IOExceptionApiClientExceptionpublic CustomEntityElement updateCustomEntityElement(String customEntityMetadataId, String customEntityId, CustomEntityElement updatedEntity) throws IOException, ApiClientException
IOExceptionApiClientExceptionpublic CustomEntityElement updateCustomEntityElement(String customEntityMetadataId, CustomEntityElement customEntityElement) throws IOException, ApiClientException
IOExceptionApiClientExceptionpublic void deleteCustomEntityElement(String customEntityMetadataId, String customEntityElementId) throws IOException, ApiClientException
IOExceptionApiClientExceptionpublic void deleteCustomEntityElement(String customEntityMetadataId, CustomEntityElement customEntityElement) throws IOException, ApiClientException
IOExceptionApiClientExceptionCopyright © 2024. All rights reserved.