Class CustomFieldApi
- java.lang.Object
-
- org.killbill.billing.client.api.gen.CustomFieldApi
-
public class CustomFieldApi extends Object
DO NOT EDIT !!! This code has been generated by the Kill Bill swagger generator.
-
-
Constructor Summary
Constructors Constructor Description CustomFieldApi()CustomFieldApi(KillBillHttpClient httpClient)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuditLogsgetCustomFieldAuditLogsWithHistory(UUID customFieldId, RequestOptions inputOptions)CustomFieldsgetCustomFields(Long offset, Long limit, org.killbill.billing.util.api.AuditLevel audit, RequestOptions inputOptions)CustomFieldsgetCustomFields(RequestOptions inputOptions)CustomFieldssearchCustomFields(String searchKey, Long offset, Long limit, org.killbill.billing.util.api.AuditLevel audit, RequestOptions inputOptions)CustomFieldssearchCustomFields(String searchKey, RequestOptions inputOptions)CustomFieldssearchCustomFieldsByTypeName(String objectType, String fieldName, String fieldValue, Long offset, Long limit, org.killbill.billing.util.api.AuditLevel audit, RequestOptions inputOptions)CustomFieldssearchCustomFieldsByTypeName(String objectType, String fieldName, String fieldValue, RequestOptions inputOptions)
-
-
-
Constructor Detail
-
CustomFieldApi
public CustomFieldApi()
-
CustomFieldApi
public CustomFieldApi(KillBillHttpClient httpClient)
-
-
Method Detail
-
getCustomFieldAuditLogsWithHistory
public AuditLogs getCustomFieldAuditLogsWithHistory(UUID customFieldId, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
getCustomFields
public CustomFields getCustomFields(RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
getCustomFields
public CustomFields getCustomFields(Long offset, Long limit, org.killbill.billing.util.api.AuditLevel audit, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
searchCustomFields
public CustomFields searchCustomFields(String searchKey, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
searchCustomFields
public CustomFields searchCustomFields(String searchKey, Long offset, Long limit, org.killbill.billing.util.api.AuditLevel audit, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
searchCustomFieldsByTypeName
public CustomFields searchCustomFieldsByTypeName(String objectType, String fieldName, String fieldValue, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
searchCustomFieldsByTypeName
public CustomFields searchCustomFieldsByTypeName(String objectType, String fieldName, String fieldValue, Long offset, Long limit, org.killbill.billing.util.api.AuditLevel audit, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
-