Uses of Class
com.vidispine.generated.CORSConfigurationEntryRequest
-
Uses of CORSConfigurationEntryRequest in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type CORSConfigurationEntryRequestModifier and TypeFieldDescriptionprotected List<CORSConfigurationEntryRequest>CORSConfigurationEntry.requestMethods in com.vidispine.generated that return CORSConfigurationEntryRequestModifier and TypeMethodDescriptionObjectFactory.createCORSConfigurationEntryRequest()Create an instance ofCORSConfigurationEntryRequestCORSConfigurationEntryRequest.visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) CORSConfigurationEntryRequest.withHeaderRegex(KeyValuePairType... values) Adds objects to the list of HeaderRegex using add methodCORSConfigurationEntryRequest.withHeaderRegex(Collection<KeyValuePairType> values) Adds objects to the list of HeaderRegex using addAll methodCORSConfigurationEntryRequest.withMethod(String... values) Adds objects to the list of Method using add methodCORSConfigurationEntryRequest.withMethod(Collection<String> values) Adds objects to the list of Method using addAll methodCORSConfigurationEntryRequest.withOrigin(String... values) Adds objects to the list of Origin using add methodCORSConfigurationEntryRequest.withOrigin(Collection<String> values) Adds objects to the list of Origin using addAll methodCORSConfigurationEntryRequest.withOriginRegex(String... values) Adds objects to the list of OriginRegex using add methodCORSConfigurationEntryRequest.withOriginRegex(Collection<String> values) Adds objects to the list of OriginRegex using addAll methodCORSConfigurationEntryRequest.withPathRegex(String... values) Adds objects to the list of PathRegex using add methodCORSConfigurationEntryRequest.withPathRegex(Collection<String> values) Adds objects to the list of PathRegex using addAll methodMethods in com.vidispine.generated that return types with arguments of type CORSConfigurationEntryRequestModifier and TypeMethodDescriptionCORSConfigurationEntry.getRequest()Gets the value of the request property.Methods in com.vidispine.generated with parameters of type CORSConfigurationEntryRequestModifier and TypeMethodDescriptionCORSConfigurationEntry.withRequest(CORSConfigurationEntryRequest... values) Adds objects to the list of Request using add methodMethod parameters in com.vidispine.generated with type arguments of type CORSConfigurationEntryRequestModifier and TypeMethodDescriptionCORSConfigurationEntry.withRequest(Collection<CORSConfigurationEntryRequest> values) Adds objects to the list of Request using addAll method