Uses of Class
de.trustable.ca3s.core.service.dto.acme.IdentifierResponse
-
Packages that use IdentifierResponse Package Description de.trustable.ca3s.core.service.dto.acme -
-
Uses of IdentifierResponse in de.trustable.ca3s.core.service.dto.acme
Methods in de.trustable.ca3s.core.service.dto.acme that return IdentifierResponse Modifier and Type Method Description IdentifierResponseAuthorizationResponse. getIdentifier()Methods in de.trustable.ca3s.core.service.dto.acme that return types with arguments of type IdentifierResponse Modifier and Type Method Description Set<IdentifierResponse>IdentifiersResponse. getIdentifiers()Set<IdentifierResponse>NewOrderResponse. getIdentifiers()Methods in de.trustable.ca3s.core.service.dto.acme with parameters of type IdentifierResponse Modifier and Type Method Description voidAuthorizationResponse. setIdentifier(IdentifierResponse identifier)Method parameters in de.trustable.ca3s.core.service.dto.acme with type arguments of type IdentifierResponse Modifier and Type Method Description voidIdentifiersResponse. setIdentifiers(Set<IdentifierResponse> identifiers)voidNewOrderResponse. setIdentifiers(Set<IdentifierResponse> identifiers)
-