public class WikiCreateOrUpdateParameters
extends Object
Contract encapsulating parameters for the page create or update operations.
-
Field Summary
Fields
eTAG version; This is mandatory for update operation.
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
wikiIdentifier
Wiki ID or wiki name.
-
eTagVersion
eTAG version; This is mandatory for update operation.
-
content
Wiki page content
-
Constructor Details
-
WikiCreateOrUpdateParameters
public WikiCreateOrUpdateParameters()