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