Package com.seeq.model
Class FormulaDocInputV1
java.lang.Object
com.seeq.model.FormulaDocInputV1
The list of docs to be added or modified
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) boolean
examples
(FormulaDocExampleListInputV1 examples) The body of this FormulaDoc.Get examplesgetName()
The name of the document.Get searchKeywordsAn arbitrary token (often a date or random ID) that is used during metadata syncs.getTitle()
The title of the page.int
hashCode()
searchKeywords
(FormulaDocKeywordListInputV1 searchKeywords) void
setDescription
(String description) void
setExamples
(FormulaDocExampleListInputV1 examples) void
void
setSearchKeywords
(FormulaDocKeywordListInputV1 searchKeywords) void
setSyncToken
(String syncToken) void
toString()
-
Constructor Details
-
FormulaDocInputV1
public FormulaDocInputV1()
-
-
Method Details
-
description
-
getDescription
The body of this FormulaDoc.- Returns:
- description
-
setDescription
-
examples
-
getExamples
Get examples- Returns:
- examples
-
setExamples
-
name
-
getName
The name of the document. May be empty when called via the docs endpoint.- Returns:
- name
-
setName
-
searchKeywords
-
getSearchKeywords
Get searchKeywords- Returns:
- searchKeywords
-
setSearchKeywords
-
syncToken
-
getSyncToken
An arbitrary token (often a date or random ID) that is used during metadata syncs. At the end of a full sync, items with mismatching sync tokens are identified as stale and will be archived using the Datasources clean-up API.- Returns:
- syncToken
-
setSyncToken
-
title
-
getTitle
The title of the page. This may only be set on index pages.- Returns:
- title
-
setTitle
-
equals
-
hashCode
public int hashCode() -
toString
-