Package org.azd.wiki.pages
Class PagesRequestBuilder.QueryParameters
java.lang.Object
org.azd.wiki.pages.PagesRequestBuilder.QueryParameters
- Enclosing class:
PagesRequestBuilder
Represents the query parameters.
-
Field Summary
Modifier and TypeFieldDescriptionComment to be associated with the page operation.Wiki page path.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
-
path
Wiki page path. -
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
-
QueryParameters
public QueryParameters()
-