Uses of Class
org.hyperledger.acy_py.generated.model.DIDEndpointWithType.EndpointTypeEnum
-
Packages that use DIDEndpointWithType.EndpointTypeEnum Package Description org.hyperledger.acy_py.generated.model org.hyperledger.aries -
-
Uses of DIDEndpointWithType.EndpointTypeEnum in org.hyperledger.acy_py.generated.model
Methods in org.hyperledger.acy_py.generated.model that return DIDEndpointWithType.EndpointTypeEnum Modifier and Type Method Description static DIDEndpointWithType.EndpointTypeEnumDIDEndpointWithType.EndpointTypeEnum. fromValue(String value)DIDEndpointWithType.EndpointTypeEnumDIDEndpointWithType. getEndpointType()DIDEndpointWithType.EndpointTypeEnumDIDEndpointWithType.EndpointTypeEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static DIDEndpointWithType.EndpointTypeEnumDIDEndpointWithType.EndpointTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static DIDEndpointWithType.EndpointTypeEnum[]DIDEndpointWithType.EndpointTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hyperledger.acy_py.generated.model with parameters of type DIDEndpointWithType.EndpointTypeEnum Modifier and Type Method Description DIDEndpointWithType.DIDEndpointWithTypeBuilderDIDEndpointWithType.DIDEndpointWithTypeBuilder. endpointType(DIDEndpointWithType.EndpointTypeEnum endpointType)voidDIDEndpointWithType. setEndpointType(DIDEndpointWithType.EndpointTypeEnum endpointType)voidDIDEndpointWithType.EndpointTypeEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, DIDEndpointWithType.EndpointTypeEnum enumeration)Constructors in org.hyperledger.acy_py.generated.model with parameters of type DIDEndpointWithType.EndpointTypeEnum Constructor Description DIDEndpointWithType(String did, String endpoint, DIDEndpointWithType.EndpointTypeEnum endpointType) -
Uses of DIDEndpointWithType.EndpointTypeEnum in org.hyperledger.aries
Methods in org.hyperledger.aries with parameters of type DIDEndpointWithType.EndpointTypeEnum Modifier and Type Method Description Optional<EndpointResponse>AriesClient. ledgerDidEndpoint(@NonNull String did, DIDEndpointWithType.EndpointTypeEnum type)Get the endpoint for a DID from the ledger.
-