Class Page.GetByTitleOptions

  • Enclosing interface:
    Page

    public static class Page.GetByTitleOptions
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.Boolean exact
      Whether to find an exact match: case-sensitive and whole-string.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Page.GetByTitleOptions setExact​(boolean exact)
      Whether to find an exact match: case-sensitive and whole-string.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • exact

        public java.lang.Boolean exact
        Whether to find an exact match: case-sensitive and whole-string. Default to false. Ignored when locating by a regular expression. Note that exact match still trims whitespace.
    • Constructor Detail

      • GetByTitleOptions

        public GetByTitleOptions()
    • Method Detail

      • setExact

        public Page.GetByTitleOptions setExact​(boolean exact)
        Whether to find an exact match: case-sensitive and whole-string. Default to false. Ignored when locating by a regular expression. Note that exact match still trims whitespace.