Class DIDEndpointWithType.DIDEndpointWithTypeBuilder
- java.lang.Object
-
- org.hyperledger.acy_py.generated.model.DIDEndpointWithType.DIDEndpointWithTypeBuilder
-
- Enclosing class:
- DIDEndpointWithType
public static class DIDEndpointWithType.DIDEndpointWithTypeBuilder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DIDEndpointWithTypebuild()DIDEndpointWithType.DIDEndpointWithTypeBuilderdid(String did)DIDEndpointWithType.DIDEndpointWithTypeBuilderendpoint(String endpoint)DIDEndpointWithType.DIDEndpointWithTypeBuilderendpointType(DIDEndpointWithType.EndpointTypeEnum endpointType)StringtoString()
-
-
-
Method Detail
-
did
public DIDEndpointWithType.DIDEndpointWithTypeBuilder did(String did)
- Returns:
this.
-
endpoint
public DIDEndpointWithType.DIDEndpointWithTypeBuilder endpoint(String endpoint)
- Returns:
this.
-
endpointType
public DIDEndpointWithType.DIDEndpointWithTypeBuilder endpointType(DIDEndpointWithType.EndpointTypeEnum endpointType)
- Returns:
this.
-
build
public DIDEndpointWithType build()
-
-