Class TicketingClient
- java.lang.Object
-
- com.merge.api.resources.ticketing.TicketingClient
-
public class TicketingClient extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.function.Supplier<AccountDetailsClient>accountDetailsClientprotected java.util.function.Supplier<AccountsClient>accountsClientprotected java.util.function.Supplier<AccountTokenClient>accountTokenClientprotected java.util.function.Supplier<AsyncPassthroughClient>asyncPassthroughClientprotected java.util.function.Supplier<AttachmentsClient>attachmentsClientprotected java.util.function.Supplier<AuditTrailClient>auditTrailClientprotected java.util.function.Supplier<AvailableActionsClient>availableActionsClientprotected ClientOptionsclientOptionsprotected java.util.function.Supplier<CollectionsClient>collectionsClientprotected java.util.function.Supplier<CommentsClient>commentsClientprotected java.util.function.Supplier<ContactsClient>contactsClientprotected java.util.function.Supplier<DeleteAccountClient>deleteAccountClientprotected java.util.function.Supplier<FieldMappingClient>fieldMappingClientprotected java.util.function.Supplier<ForceResyncClient>forceResyncClientprotected java.util.function.Supplier<GenerateKeyClient>generateKeyClientprotected java.util.function.Supplier<IssuesClient>issuesClientprotected java.util.function.Supplier<LinkedAccountsClient>linkedAccountsClientprotected java.util.function.Supplier<LinkTokenClient>linkTokenClientprotected java.util.function.Supplier<PassthroughClient>passthroughClientprotected java.util.function.Supplier<ProjectsClient>projectsClientprotected java.util.function.Supplier<RegenerateKeyClient>regenerateKeyClientprotected java.util.function.Supplier<RolesClient>rolesClientprotected java.util.function.Supplier<ScopesClient>scopesClientprotected java.util.function.Supplier<SyncStatusClient>syncStatusClientprotected java.util.function.Supplier<TagsClient>tagsClientprotected java.util.function.Supplier<TeamsClient>teamsClientprotected java.util.function.Supplier<TicketsClient>ticketsClientprotected java.util.function.Supplier<UsersClient>usersClientprotected java.util.function.Supplier<WebhookReceiversClient>webhookReceiversClient
-
Constructor Summary
Constructors Constructor Description TicketingClient(ClientOptions clientOptions)
-
Method Summary
-
-
-
Field Detail
-
clientOptions
protected final ClientOptions clientOptions
-
accountDetailsClient
protected final java.util.function.Supplier<AccountDetailsClient> accountDetailsClient
-
accountTokenClient
protected final java.util.function.Supplier<AccountTokenClient> accountTokenClient
-
accountsClient
protected final java.util.function.Supplier<AccountsClient> accountsClient
-
asyncPassthroughClient
protected final java.util.function.Supplier<AsyncPassthroughClient> asyncPassthroughClient
-
attachmentsClient
protected final java.util.function.Supplier<AttachmentsClient> attachmentsClient
-
auditTrailClient
protected final java.util.function.Supplier<AuditTrailClient> auditTrailClient
-
availableActionsClient
protected final java.util.function.Supplier<AvailableActionsClient> availableActionsClient
-
collectionsClient
protected final java.util.function.Supplier<CollectionsClient> collectionsClient
-
commentsClient
protected final java.util.function.Supplier<CommentsClient> commentsClient
-
contactsClient
protected final java.util.function.Supplier<ContactsClient> contactsClient
-
scopesClient
protected final java.util.function.Supplier<ScopesClient> scopesClient
-
deleteAccountClient
protected final java.util.function.Supplier<DeleteAccountClient> deleteAccountClient
-
fieldMappingClient
protected final java.util.function.Supplier<FieldMappingClient> fieldMappingClient
-
generateKeyClient
protected final java.util.function.Supplier<GenerateKeyClient> generateKeyClient
-
issuesClient
protected final java.util.function.Supplier<IssuesClient> issuesClient
-
linkTokenClient
protected final java.util.function.Supplier<LinkTokenClient> linkTokenClient
-
linkedAccountsClient
protected final java.util.function.Supplier<LinkedAccountsClient> linkedAccountsClient
-
passthroughClient
protected final java.util.function.Supplier<PassthroughClient> passthroughClient
-
projectsClient
protected final java.util.function.Supplier<ProjectsClient> projectsClient
-
regenerateKeyClient
protected final java.util.function.Supplier<RegenerateKeyClient> regenerateKeyClient
-
rolesClient
protected final java.util.function.Supplier<RolesClient> rolesClient
-
syncStatusClient
protected final java.util.function.Supplier<SyncStatusClient> syncStatusClient
-
forceResyncClient
protected final java.util.function.Supplier<ForceResyncClient> forceResyncClient
-
tagsClient
protected final java.util.function.Supplier<TagsClient> tagsClient
-
teamsClient
protected final java.util.function.Supplier<TeamsClient> teamsClient
-
ticketsClient
protected final java.util.function.Supplier<TicketsClient> ticketsClient
-
usersClient
protected final java.util.function.Supplier<UsersClient> usersClient
-
webhookReceiversClient
protected final java.util.function.Supplier<WebhookReceiversClient> webhookReceiversClient
-
-
Constructor Detail
-
TicketingClient
public TicketingClient(ClientOptions clientOptions)
-
-
Method Detail
-
accountDetails
public AccountDetailsClient accountDetails()
-
accountToken
public AccountTokenClient accountToken()
-
accounts
public AccountsClient accounts()
-
asyncPassthrough
public AsyncPassthroughClient asyncPassthrough()
-
attachments
public AttachmentsClient attachments()
-
auditTrail
public AuditTrailClient auditTrail()
-
availableActions
public AvailableActionsClient availableActions()
-
collections
public CollectionsClient collections()
-
comments
public CommentsClient comments()
-
contacts
public ContactsClient contacts()
-
scopes
public ScopesClient scopes()
-
deleteAccount
public DeleteAccountClient deleteAccount()
-
fieldMapping
public FieldMappingClient fieldMapping()
-
generateKey
public GenerateKeyClient generateKey()
-
issues
public IssuesClient issues()
-
linkToken
public LinkTokenClient linkToken()
-
linkedAccounts
public LinkedAccountsClient linkedAccounts()
-
passthrough
public PassthroughClient passthrough()
-
projects
public ProjectsClient projects()
-
regenerateKey
public RegenerateKeyClient regenerateKey()
-
roles
public RolesClient roles()
-
syncStatus
public SyncStatusClient syncStatus()
-
forceResync
public ForceResyncClient forceResync()
-
tags
public TagsClient tags()
-
teams
public TeamsClient teams()
-
tickets
public TicketsClient tickets()
-
users
public UsersClient users()
-
webhookReceivers
public WebhookReceiversClient webhookReceivers()
-
-