Uses of Interface
org.killbill.billing.util.customfield.CustomField
-
Packages that use CustomField Package Description org.killbill.billing.util.api -
-
Uses of CustomField in org.killbill.billing.util.api
Methods in org.killbill.billing.util.api that return types with arguments of type CustomField Modifier and Type Method Description Pagination<CustomField>CustomFieldUserApi. getCustomFields(Long offset, Long limit, TenantContext context)List<CustomField>CustomFieldUserApi. getCustomFieldsForAccount(UUID accountId, TenantContext context)List<CustomField>CustomFieldUserApi. getCustomFieldsForAccountType(UUID accountId, ObjectType objectType, TenantContext context)List<CustomField>CustomFieldUserApi. getCustomFieldsForObject(UUID objectId, ObjectType objectType, TenantContext context)Pagination<CustomField>CustomFieldUserApi. searchCustomFields(String searchKey, Long offset, Long limit, TenantContext context)Find all custom fields having their object type, field name or value matching the search keyPagination<CustomField>CustomFieldUserApi. searchCustomFields(String fieldName, String fieldValue, ObjectType objectType, Long offset, Long limit, TenantContext context)Pagination<CustomField>CustomFieldUserApi. searchCustomFields(String fieldName, ObjectType objectType, Long offset, Long limit, TenantContext context)Method parameters in org.killbill.billing.util.api with type arguments of type CustomField Modifier and Type Method Description voidCustomFieldUserApi. addCustomFields(List<CustomField> fields, CallContext context)voidCustomFieldUserApi. removeCustomFields(List<CustomField> fields, CallContext context)voidCustomFieldUserApi. updateCustomFields(List<CustomField> fields, CallContext context)
-