Package com.sforce.soap.partner
Interface IConditionalRequestHeader_element
- All Known Implementing Classes:
ConditionalRequestHeader_element
public interface IConditionalRequestHeader_element
This is a generated class for the SObject Enterprise API.
Do not edit this file, as your changes will be lost.
-
Method Summary
Modifier and TypeMethodDescriptionelement : ifModifiedBefore of type {http://www.w3.org/2001/XMLSchema}dateTime java type: java.util.Calendarelement : ifModifiedSince of type {http://www.w3.org/2001/XMLSchema}dateTime java type: java.util.CalendarvoidsetIfModifiedBefore(Calendar ifModifiedBefore) voidsetIfModifiedSince(Calendar ifModifiedSince)
-
Method Details
-
getIfModifiedBefore
Calendar getIfModifiedBefore()element : ifModifiedBefore of type {http://www.w3.org/2001/XMLSchema}dateTime java type: java.util.Calendar -
setIfModifiedBefore
-
getIfModifiedSince
Calendar getIfModifiedSince()element : ifModifiedSince of type {http://www.w3.org/2001/XMLSchema}dateTime java type: java.util.Calendar -
setIfModifiedSince
-