Class TagApi
- java.lang.Object
-
- org.killbill.billing.client.api.gen.TagApi
-
public class TagApi extends Object
DO NOT EDIT !!! This code has been generated by the Kill Bill swagger generator.
-
-
Constructor Summary
Constructors Constructor Description TagApi()TagApi(KillBillHttpClient httpClient)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuditLogsgetTagAuditLogsWithHistory(UUID tagId, RequestOptions inputOptions)TagsgetTags(Long offset, Long limit, org.killbill.billing.util.api.AuditLevel audit, RequestOptions inputOptions)TagsgetTags(RequestOptions inputOptions)TagssearchTags(String searchKey, Long offset, Long limit, org.killbill.billing.util.api.AuditLevel audit, RequestOptions inputOptions)TagssearchTags(String searchKey, RequestOptions inputOptions)
-
-
-
Constructor Detail
-
TagApi
public TagApi()
-
TagApi
public TagApi(KillBillHttpClient httpClient)
-
-
Method Detail
-
getTagAuditLogsWithHistory
public AuditLogs getTagAuditLogsWithHistory(UUID tagId, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
getTags
public Tags getTags(RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
getTags
public Tags getTags(Long offset, Long limit, org.killbill.billing.util.api.AuditLevel audit, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
searchTags
public Tags searchTags(String searchKey, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
searchTags
public Tags searchTags(String searchKey, Long offset, Long limit, org.killbill.billing.util.api.AuditLevel audit, RequestOptions inputOptions) throws KillBillClientException
- Throws:
KillBillClientException
-
-