Pagination<CustomField> |
CustomFieldUserApi.getCustomFields(java.lang.Long offset,
java.lang.Long limit,
TenantContext context) |
java.util.List<CustomField> |
CustomFieldUserApi.getCustomFieldsForAccount(java.util.UUID accountId,
TenantContext context) |
java.util.List<CustomField> |
CustomFieldUserApi.getCustomFieldsForAccountType(java.util.UUID accountId,
ObjectType objectType,
TenantContext context) |
java.util.List<CustomField> |
CustomFieldUserApi.getCustomFieldsForObject(java.util.UUID objectId,
ObjectType objectType,
TenantContext context) |
Pagination<CustomField> |
CustomFieldUserApi.searchCustomFields(java.lang.String searchKey,
java.lang.Long offset,
java.lang.Long limit,
TenantContext context)
Find all custom fields having their object type, field name or value matching the search key
|
Pagination<CustomField> |
CustomFieldUserApi.searchCustomFields(java.lang.String fieldName,
ObjectType objectType,
java.lang.Long offset,
java.lang.Long limit,
TenantContext context) |
Pagination<CustomField> |
CustomFieldUserApi.searchCustomFields(java.lang.String fieldName,
java.lang.String fieldValue,
ObjectType objectType,
java.lang.Long offset,
java.lang.Long limit,
TenantContext context) |