Uses of Enum Class
ee.jakarta.tck.ws.rs.common.JAXRSCommonClient.Property
Packages that use JAXRSCommonClient.Property
-
Uses of JAXRSCommonClient.Property in ee.jakarta.tck.ws.rs.common
Fields in ee.jakarta.tck.ws.rs.common with type parameters of type JAXRSCommonClient.PropertyModifier and TypeFieldDescriptionprotected static final Hashtable<JAXRSCommonClient.Property,
String> JAXRSCommonClient.TEST_PROPS
Test propertiesMethods in ee.jakarta.tck.ws.rs.common that return JAXRSCommonClient.PropertyModifier and TypeMethodDescriptionstatic JAXRSCommonClient.Property
Returns the enum constant of this class with the specified name.static JAXRSCommonClient.Property[]
JAXRSCommonClient.Property.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in ee.jakarta.tck.ws.rs.common with parameters of type JAXRSCommonClient.PropertyModifier and TypeMethodDescriptionprotected void
JAXRSCommonClient.clearProperty
(JAXRSCommonClient.Property key) protected void
JAXRSCommonClient.setProperty
(JAXRSCommonClient.Property key, String value) protected void
JAXRSCommonClient.setProperty
(JAXRSCommonClient.Property key, String... value)