Uses of Class
de.trustable.ca3s.core.service.dto.ejbca.FinalizeRestRequest.ResponseFormatEnum
-
Packages that use FinalizeRestRequest.ResponseFormatEnum Package Description de.trustable.ca3s.core.service.dto.ejbca -
-
Uses of FinalizeRestRequest.ResponseFormatEnum in de.trustable.ca3s.core.service.dto.ejbca
Methods in de.trustable.ca3s.core.service.dto.ejbca that return FinalizeRestRequest.ResponseFormatEnum Modifier and Type Method Description static FinalizeRestRequest.ResponseFormatEnumFinalizeRestRequest.ResponseFormatEnum. fromValue(String input)FinalizeRestRequest.ResponseFormatEnumFinalizeRestRequest. getResponseFormat()Response formatFinalizeRestRequest.ResponseFormatEnumFinalizeRestRequest.ResponseFormatEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static FinalizeRestRequest.ResponseFormatEnumFinalizeRestRequest.ResponseFormatEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static FinalizeRestRequest.ResponseFormatEnum[]FinalizeRestRequest.ResponseFormatEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.trustable.ca3s.core.service.dto.ejbca with parameters of type FinalizeRestRequest.ResponseFormatEnum Modifier and Type Method Description FinalizeRestRequestFinalizeRestRequest. responseFormat(FinalizeRestRequest.ResponseFormatEnum responseFormat)voidFinalizeRestRequest. setResponseFormat(FinalizeRestRequest.ResponseFormatEnum responseFormat)voidFinalizeRestRequest.ResponseFormatEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, FinalizeRestRequest.ResponseFormatEnum enumeration)
-