Uses of Class
org.openstack4j.model.common.header.IfCondition
-
Packages that use IfCondition Package Description org.openstack4j.model.common.header org.openstack4j.model.storage.block.options -
-
Uses of IfCondition in org.openstack4j.model.common.header
Subclasses of IfCondition in org.openstack4j.model.common.header Modifier and Type Class Description static classIfCondition.IfMatchstatic classIfCondition.IfModifiedSincestatic classIfCondition.IfNoneMatchstatic classIfCondition.IfUnModifiedSince -
Uses of IfCondition in org.openstack4j.model.storage.block.options
Methods in org.openstack4j.model.storage.block.options with parameters of type IfCondition Modifier and Type Method Description DownloadOptionsDownloadOptions. conditions(IfCondition... condition)Adds one or more If based conditions to the header chain to offer conditional matching before the data is streamed
-