Package org.azd.wiki.pagemoves
Class PageMovesRequestBuilder.GetQueryParameters
java.lang.Object
org.azd.wiki.pagemoves.PageMovesRequestBuilder.GetQueryParameters
- Enclosing class:
PageMovesRequestBuilder
Represents the query parameters.
-
Field Summary
Modifier and TypeFieldDescriptionComment that is to be associated with this page move.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
-
comment
Comment that is to be associated with this page move. -
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()
-