Class SectionUpdatableFields
-
- All Implemented Interfaces:
-
java.io.Serializable
@Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") public class SectionUpdatableFields implements Serializable
Fields that may be modified after section creation
-
-
Field Summary
Fields Modifier and Type Field Description public final static String
JSON_PROPERTY_PUBLIC
public final static String
JSON_PROPERTY_TITLE
public String
title
public final static String
JSON_PROPERTY_PARENT_ID
public Long
parentId
-
Constructor Summary
Constructors Constructor Description SectionUpdatableFields()
-
Method Summary
Modifier and Type Method Description String
getTitle()
Title of the section; must be unique within parent section. void
setTitle(String title)
Long
getParentId()
Unique identifier for a `Section` void
setParentId(Long parentId)
SectionUpdatableFields
_public(Boolean _public)
Boolean
getPublic()
Whether the section is viewable by users not logged in void
setPublic(Boolean _public)
SectionUpdatableFields
title(String title)
SectionUpdatableFields
parentId(Long parentId)
boolean
equals(Object o)
int
hashCode()
String
toString()
String
toUrlQueryString()
Convert the instance into URL query string. String
toUrlQueryString(String prefix)
Convert the instance into URL query string. -
-
Method Detail
-
getTitle
@Nullable() String getTitle()
Title of the section; must be unique within parent section.
- Returns:
title
-
getParentId
@Nullable() Long getParentId()
Unique identifier for a `Section`
- Returns:
parentId
-
setParentId
void setParentId(Long parentId)
-
_public
SectionUpdatableFields _public(Boolean _public)
-
getPublic
@Nullable() Boolean getPublic()
Whether the section is viewable by users not logged in
- Returns:
_public
-
title
SectionUpdatableFields title(String title)
-
parentId
SectionUpdatableFields parentId(Long parentId)
-
hashCode
int hashCode()
-
toUrlQueryString
String toUrlQueryString()
Convert the instance into URL query string.
- Returns:
URL query string
-
toUrlQueryString
String toUrlQueryString(String prefix)
Convert the instance into URL query string.
- Parameters:
prefix
- prefix of the query string- Returns:
URL query string
-
-
-
-