Class SectionCreationRequest
-
- All Implemented Interfaces:
-
java.io.Serializable
@Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") public class SectionCreationRequest implements Serializable
Request fields for creation of Sections
-
-
Field Summary
Fields Modifier and Type Field Description public final static StringJSON_PROPERTY_PUBLICpublic final static StringJSON_PROPERTY_TITLEpublic Stringtitlepublic final static StringJSON_PROPERTY_PARENT_IDpublic LongparentIdpublic final static StringJSON_PROPERTY_PARTIAL_PATHpublic StringpartialPathpublic final static StringJSON_PROPERTY_SYSTEM_NAMEpublic StringsystemName
-
Constructor Summary
Constructors Constructor Description SectionCreationRequest()
-
Method Summary
Modifier and Type Method Description StringgetTitle()Title of the section; must be unique within parent section. voidsetTitle(String title)LonggetParentId()Unique identifier for a `Section` voidsetParentId(Long parentId)StringgetPartialPath()Get partialPath voidsetPartialPath(String partialPath)StringgetSystemName()Unique name for an object in 3scale CMS voidsetSystemName(String systemName)SectionCreationRequest_public(Boolean _public)BooleangetPublic()Whether the section is viewable by users not logged in voidsetPublic(Boolean _public)SectionCreationRequesttitle(String title)SectionCreationRequestparentId(Long parentId)SectionCreationRequestpartialPath(String partialPath)SectionCreationRequestsystemName(String systemName)booleanequals(Object o)inthashCode()StringtoString()StringtoUrlQueryString()Convert the instance into URL query string. StringtoUrlQueryString(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)
-
getPartialPath
@Nullable() String getPartialPath()
Get partialPath
- Returns:
partialPath
-
setPartialPath
void setPartialPath(String partialPath)
-
getSystemName
@Nullable() String getSystemName()
Unique name for an object in 3scale CMS
- Returns:
systemName
-
setSystemName
void setSystemName(String systemName)
-
_public
SectionCreationRequest _public(Boolean _public)
-
getPublic
@Nullable() Boolean getPublic()
Whether the section is viewable by users not logged in
- Returns:
_public
-
title
SectionCreationRequest title(String title)
-
parentId
SectionCreationRequest parentId(Long parentId)
-
partialPath
SectionCreationRequest partialPath(String partialPath)
-
systemName
SectionCreationRequest systemName(String systemName)
-
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
-
-
-
-