Package org.azd.wiki.pages
Class PagesRequestBuilder.GetQueryParameters
java.lang.Object
org.azd.wiki.pages.PagesRequestBuilder.GetQueryParameters
- Enclosing class:
PagesRequestBuilder
Represents the query parameters.
-
Field Summary
Modifier and TypeFieldDescriptionComment to be associated with the page operation.True to include the content of the page in the response for Json content type.Wiki page path.Recursion level for subpages retrieval.Version string identifier (name of tag/branch, SHA1 of commit)Version options - Specify additional modifiers to version (e.g Previous)Version type (branch, tag, or commit). -
Constructor Summary
-
Method Summary
-
Field Details
-
includeContent
True to include the content of the page in the response for Json content type. Defaults to false (Optional) -
path
Wiki page path. -
recursionLevel
Recursion level for subpages retrieval. Defaults to None (Optional). -
comment
Comment to be associated with the page operation. -
version
Version string identifier (name of tag/branch, SHA1 of commit) -
versionOptions
Version options - Specify additional modifiers to version (e.g Previous) -
versionType
Version type (branch, tag, or commit). Determines how Id is interpreted
-
-
Constructor Details
-
GetQueryParameters
public GetQueryParameters()
-