Class ProofRequestPresentation.ServiceDecorator.ServiceDecoratorBuilder
- java.lang.Object
-
- org.hyperledger.aries.api.present_proof.ProofRequestPresentation.ServiceDecorator.ServiceDecoratorBuilder
-
- Enclosing class:
- ProofRequestPresentation.ServiceDecorator
public static class ProofRequestPresentation.ServiceDecorator.ServiceDecoratorBuilder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProofRequestPresentation.ServiceDecoratorbuild()ProofRequestPresentation.ServiceDecorator.ServiceDecoratorBuilderrecipientKeys(List<String> recipientKeys)ProofRequestPresentation.ServiceDecorator.ServiceDecoratorBuilderroutingKeys(List<String> routingKeys)ProofRequestPresentation.ServiceDecorator.ServiceDecoratorBuilderserviceEndpoint(String serviceEndpoint)StringtoString()
-
-
-
Method Detail
-
recipientKeys
public ProofRequestPresentation.ServiceDecorator.ServiceDecoratorBuilder recipientKeys(List<String> recipientKeys)
- Returns:
this.
-
routingKeys
public ProofRequestPresentation.ServiceDecorator.ServiceDecoratorBuilder routingKeys(List<String> routingKeys)
- Returns:
this.
-
serviceEndpoint
public ProofRequestPresentation.ServiceDecorator.ServiceDecoratorBuilder serviceEndpoint(String serviceEndpoint)
- Returns:
this.
-
build
public ProofRequestPresentation.ServiceDecorator build()
-
-