Uses of Class
org.openstack4j.model.common.header.IfCondition.IfUnModifiedSince
-
Packages that use IfCondition.IfUnModifiedSince Package Description org.openstack4j.model.common.header -
-
Uses of IfCondition.IfUnModifiedSince in org.openstack4j.model.common.header
Methods in org.openstack4j.model.common.header that return IfCondition.IfUnModifiedSince Modifier and Type Method Description static IfCondition.IfUnModifiedSinceIfCondition. unModifiedSince(long milliseconds)Determines if the remote data has been un-modified since the specified datestatic IfCondition.IfUnModifiedSinceIfCondition. unModifiedSince(Date date)Determines if the remote data has been un-modified since the specified date
-