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 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
public final static String
JSON_PROPERTY_PARTIAL_PATH
public String
partialPath
public final static String
JSON_PROPERTY_SYSTEM_NAME
public String
systemName
-
Constructor Summary
Constructors Constructor Description SectionCreationRequest()
-
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)
String
getPartialPath()
Get partialPath void
setPartialPath(String partialPath)
String
getSystemName()
Unique name for an object in 3scale CMS void
setSystemName(String systemName)
SectionCreationRequest
_public(Boolean _public)
Boolean
getPublic()
Whether the section is viewable by users not logged in void
setPublic(Boolean _public)
SectionCreationRequest
title(String title)
SectionCreationRequest
parentId(Long parentId)
SectionCreationRequest
partialPath(String partialPath)
SectionCreationRequest
systemName(String systemName)
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)
-
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
-
-
-
-