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 Detail

      • getIfModifiedBefore

        Calendar getIfModifiedBefore()
        element : ifModifiedBefore of type {http://www.w3.org/2001/XMLSchema}dateTime java type: java.util.Calendar
      • setIfModifiedBefore

        void setIfModifiedBefore​(Calendar ifModifiedBefore)
      • getIfModifiedSince

        Calendar getIfModifiedSince()
        element : ifModifiedSince of type {http://www.w3.org/2001/XMLSchema}dateTime java type: java.util.Calendar
      • setIfModifiedSince

        void setIfModifiedSince​(Calendar ifModifiedSince)