Uses of Class
dev.vality.bouncer.context.v1.ContextFragment
Packages that use ContextFragment
-
Uses of ContextFragment in dev.vality.bouncer.context.v1
Methods in dev.vality.bouncer.context.v1 that return ContextFragmentModifier and TypeMethodDescriptionContextFragment.deepCopy()ContextFragment.setAnapi(ContextAnalyticsAPI anapi) ContextFragment.setApikeymgmt(ContextApiKeyMgmt apikeymgmt) ContextFragment.setBinapi(ContextBinapi binapi) ContextFragment.setCapi(ContextCommonAPI capi) ContextFragment.setClaimmgmt(ContextClaimManagement claimmgmt) ContextFragment.setEntities(Set<Entity> entities) ContextFragment.setEnv(Environment env) ContextFragment.setOrgmgmt(ContextOrgManagement orgmgmt) ContextFragment.setPaymentProcessing(ContextPaymentProcessing payment_processing) ContextFragment.setPaymentTool(ContextPaymentTool payment_tool) ContextFragment.setPayouts(ContextPayouts payouts) ContextFragment.setReports(ContextReports reports) ContextFragment.setRequester(Requester requester) ContextFragment.setShortener(ContextUrlShortener shortener) ContextFragment.setVsn(int vsn) Наборы атрибутов для контекста сервиса кошельков, см.ContextFragment.setWapi(ContextWalletAPI wapi) ContextFragment.setWebhooks(ContextWebhooks webhooks) Methods in dev.vality.bouncer.context.v1 with parameters of type ContextFragmentModifier and TypeMethodDescriptionintContextFragment.compareTo(ContextFragment other) booleanContextFragment.equals(ContextFragment that) Constructors in dev.vality.bouncer.context.v1 with parameters of type ContextFragmentModifierConstructorDescriptionContextFragment(ContextFragment other) Performs a deep copy on other.