Uses of Class
dev.vality.damsel.claim_management.IdentityParams
Packages that use IdentityParams
-
Uses of IdentityParams in dev.vality.damsel.claim_management
Methods in dev.vality.damsel.claim_management that return IdentityParamsModifier and TypeMethodDescriptionIdentityParams.deepCopy()IdentityModification.getCreation()IdentityParams.setMetadata(Map<String, Value> metadata) IdentityParams.setPartyId(String party_id) IdentityParams.setProvider(String provider) Methods in dev.vality.damsel.claim_management with parameters of type IdentityParamsModifier and TypeMethodDescriptionintIdentityParams.compareTo(IdentityParams other) static IdentityModificationIdentityModification.creation(IdentityParams value) booleanIdentityParams.equals(IdentityParams that) voidIdentityModification.setCreation(IdentityParams value) Constructors in dev.vality.damsel.claim_management with parameters of type IdentityParamsModifierConstructorDescriptionIdentityParams(IdentityParams other) Performs a deep copy on other.