Uses of Class
dev.vality.identity.IdentificationSrv.CreateClaim_args
| Package | Description |
|---|---|
| dev.vality.identity |
-
Uses of IdentificationSrv.CreateClaim_args in dev.vality.identity
Methods in dev.vality.identity that return IdentificationSrv.CreateClaim_args Modifier and Type Method Description IdentificationSrv.CreateClaim_argsIdentificationSrv.CreateClaim_args. deepCopy()IdentificationSrv.CreateClaim_argsIdentificationSrv.AsyncProcessor.CreateClaim. getEmptyArgsInstance()IdentificationSrv.CreateClaim_argsIdentificationSrv.Processor.CreateClaim. getEmptyArgsInstance()IdentificationSrv.CreateClaim_argsIdentificationSrv.CreateClaim_args. setParams(IdentityClaimParams params)Methods in dev.vality.identity with parameters of type IdentificationSrv.CreateClaim_args Modifier and Type Method Description intIdentificationSrv.CreateClaim_args. compareTo(IdentificationSrv.CreateClaim_args other)booleanIdentificationSrv.CreateClaim_args. equals(IdentificationSrv.CreateClaim_args that)IdentificationSrv.CreateClaim_resultIdentificationSrv.Processor.CreateClaim. getResult(I iface, IdentificationSrv.CreateClaim_args args)voidIdentificationSrv.AsyncProcessor.CreateClaim. start(I iface, IdentificationSrv.CreateClaim_args args, org.apache.thrift.async.AsyncMethodCallback<IdentityClaim> resultHandler)Constructors in dev.vality.identity with parameters of type IdentificationSrv.CreateClaim_args Constructor Description CreateClaim_args(IdentificationSrv.CreateClaim_args other)Performs a deep copy on other.