Class GraphDocumentReadOptions


  • public class GraphDocumentReadOptions
    extends Object
    • Constructor Detail

      • GraphDocumentReadOptions

        public GraphDocumentReadOptions()
    • Method Detail

      • getIfNoneMatch

        public String getIfNoneMatch()
      • ifNoneMatch

        public GraphDocumentReadOptions ifNoneMatch​(String ifNoneMatch)
        Parameters:
        ifNoneMatch - document revision must not contain If-None-Match
        Returns:
        options
      • getIfMatch

        public String getIfMatch()
      • ifMatch

        public GraphDocumentReadOptions ifMatch​(String ifMatch)
        Parameters:
        ifMatch - document revision must contain If-Match
        Returns:
        options