Uses of Class
dev.vality.bouncer.base.Entity
| Package | Description |
|---|---|
| dev.vality.bouncer.base | |
| dev.vality.bouncer.context.v1 | |
| dev.vality.bouncer.rstn |
-
Uses of Entity in dev.vality.bouncer.base
Methods in dev.vality.bouncer.base that return Entity Modifier and Type Method Description EntityEntity. deepCopy()EntityEntity. setId(String id)EntityEntity. setParty(String party)EntityEntity. setType(String type)EntityEntity. setWallet(WalletAttrs wallet)Methods in dev.vality.bouncer.base with parameters of type Entity Modifier and Type Method Description intEntity. compareTo(Entity other)booleanEntity. equals(Entity that)Constructors in dev.vality.bouncer.base with parameters of type Entity Constructor Description Entity(Entity other)Performs a deep copy on other. -
Uses of Entity in dev.vality.bouncer.context.v1
Fields in dev.vality.bouncer.context.v1 declared as Entity Modifier and Type Field Description EntityApiKeyMgmtOperation. api_keyEntityCommonAPIOperation. bindingEntityCommonAPIOperation. claimEntityCommonAPIOperation. contractEntityPayout. contractEntityAuthScope. customerEntityCommonAPIOperation. customerEntityAnalyticsAPIOperation. fileEntityCommonAPIOperation. fileEntityAuthScope. invoiceEntityCommonAPIOperation. invoiceEntityAuthScope. invoice_templateEntityCommonAPIOperation. invoice_templateEntityOrgManagementInvitation. organizationEntityOrgManagementOperation. organizationEntityOrganization. ownerEntityShortenedUrl. ownerEntityAnalyticsAPIOperation. partyEntityApiKeyMgmtOperation. partyEntityAuthScope. partyEntityBinapiOperation. partyEntityClaimManagementOperation. partyEntityCommonAPIOperation. partyEntityCustomer. partyEntityInvoice. partyEntityInvoiceTemplate. partyEntityOrganization. partyEntityPayout. partyEntityReport. partyEntityWebhook. partyEntityCommonAPIOperation. paymentEntityCommonAPIOperation. payoutEntityUser. realmEntityCommonAPIOperation. refundEntityAnalyticsAPIOperation. reportEntityCommonAPIOperation. reportEntityAnalyticsAPIOperation. shopEntityAuthScope. shopEntityCommonAPIOperation. shopEntityCustomer. shopEntityInvoice. shopEntityInvoiceTemplate. shopEntityOrgRoleScope. shopEntityPayout. shopEntityReport. shopEntityWebhookFilter. shopEntityCommonAPIOperation. webhookFields in dev.vality.bouncer.context.v1 with type parameters of type Entity Modifier and Type Field Description Set<Entity>Customer. bindingsSet<Entity>ContextFragment. entitiesSet<Entity>Report. filesSet<Entity>Payment. refundsSet<Entity>ContextFragment. walletНаборы атрибутов для контекста сервиса кошельков, см.Methods in dev.vality.bouncer.context.v1 that return Entity Modifier and Type Method Description EntityApiKeyMgmtOperation. getApiKey()EntityCommonAPIOperation. getBinding()EntityCommonAPIOperation. getClaim()EntityCommonAPIOperation. getContract()EntityPayout. getContract()EntityAuthScope. getCustomer()EntityCommonAPIOperation. getCustomer()EntityAnalyticsAPIOperation. getFile()EntityCommonAPIOperation. getFile()EntityAuthScope. getInvoice()EntityCommonAPIOperation. getInvoice()EntityAuthScope. getInvoiceTemplate()EntityCommonAPIOperation. getInvoiceTemplate()EntityOrgManagementInvitation. getOrganization()EntityOrgManagementOperation. getOrganization()EntityOrganization. getOwner()EntityShortenedUrl. getOwner()EntityAnalyticsAPIOperation. getParty()EntityApiKeyMgmtOperation. getParty()EntityAuthScope. getParty()EntityBinapiOperation. getParty()EntityClaimManagementOperation. getParty()EntityCommonAPIOperation. getParty()EntityCustomer. getParty()EntityInvoice. getParty()EntityInvoiceTemplate. getParty()EntityOrganization. getParty()EntityPayout. getParty()EntityReport. getParty()EntityWebhook. getParty()EntityCommonAPIOperation. getPayment()EntityCommonAPIOperation. getPayout()EntityUser. getRealm()EntityCommonAPIOperation. getRefund()EntityAnalyticsAPIOperation. getReport()EntityCommonAPIOperation. getReport()EntityAnalyticsAPIOperation. getShop()EntityAuthScope. getShop()EntityCommonAPIOperation. getShop()EntityCustomer. getShop()EntityInvoice. getShop()EntityInvoiceTemplate. getShop()EntityOrgRoleScope. getShop()EntityPayout. getShop()EntityReport. getShop()EntityWebhookFilter. getShop()EntityCommonAPIOperation. getWebhook()Methods in dev.vality.bouncer.context.v1 that return types with arguments of type Entity Modifier and Type Method Description Set<Entity>Customer. getBindings()Iterator<Entity>Customer. getBindingsIterator()Set<Entity>ContextFragment. getEntities()Iterator<Entity>ContextFragment. getEntitiesIterator()Set<Entity>Report. getFiles()Iterator<Entity>Report. getFilesIterator()Set<Entity>Payment. getRefunds()Iterator<Entity>Payment. getRefundsIterator()Set<Entity>ContextFragment. getWallet()Наборы атрибутов для контекста сервиса кошельков, см.Iterator<Entity>ContextFragment. getWalletIterator()Method parameters in dev.vality.bouncer.context.v1 with type arguments of type Entity Modifier and Type Method Description CustomerCustomer. setBindings(Set<Entity> bindings)ContextFragmentContextFragment. setEntities(Set<Entity> entities)ReportReport. setFiles(Set<Entity> files)PaymentPayment. setRefunds(Set<Entity> refunds)ContextFragmentContextFragment. setWallet(Set<Entity> wallet)Наборы атрибутов для контекста сервиса кошельков, см. -
Uses of Entity in dev.vality.bouncer.rstn
Fields in dev.vality.bouncer.rstn with type parameters of type Entity Modifier and Type Field Description Set<Entity>AnalyticsAPIOperationRestrictions. shopsMethods in dev.vality.bouncer.rstn that return types with arguments of type Entity Modifier and Type Method Description Set<Entity>AnalyticsAPIOperationRestrictions. getShops()Iterator<Entity>AnalyticsAPIOperationRestrictions. getShopsIterator()Methods in dev.vality.bouncer.rstn with parameters of type Entity Modifier and Type Method Description voidAnalyticsAPIOperationRestrictions. addToShops(Entity elem)Method parameters in dev.vality.bouncer.rstn with type arguments of type Entity Modifier and Type Method Description AnalyticsAPIOperationRestrictionsAnalyticsAPIOperationRestrictions. setShops(Set<Entity> shops)Constructor parameters in dev.vality.bouncer.rstn with type arguments of type Entity Constructor Description AnalyticsAPIOperationRestrictions(Set<Entity> shops)