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 SummaryFields 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 SummaryConstructors Constructor Description SectionCreationRequest()
 - 
                                
                            
                                Method SummaryModifier 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 
 
 - 
                                        setParentIdvoid setParentId(Long parentId) 
 - 
                                        getPartialPath@Nullable() String getPartialPath() Get partialPath - Returns:
- partialPath 
 
 - 
                                        setPartialPathvoid setPartialPath(String partialPath) 
 - 
                                        getSystemName@Nullable() String getSystemName() Unique name for an object in 3scale CMS - Returns:
- systemName 
 
 - 
                                        setSystemNamevoid setSystemName(String systemName) 
 - 
                                        _publicSectionCreationRequest _public(Boolean _public) 
 - 
                                        getPublic@Nullable() Boolean getPublic() Whether the section is viewable by users not logged in - Returns:
- _public 
 
 - 
                                        titleSectionCreationRequest title(String title) 
 - 
                                        parentIdSectionCreationRequest parentId(Long parentId) 
 - 
                                        partialPathSectionCreationRequest partialPath(String partialPath) 
 - 
                                        systemNameSectionCreationRequest systemName(String systemName) 
 - 
                                        hashCodeint hashCode() 
 - 
                                        toUrlQueryStringString toUrlQueryString() Convert the instance into URL query string. - Returns:
- URL query string 
 
 - 
                                        toUrlQueryStringString toUrlQueryString(String prefix) Convert the instance into URL query string. - Parameters:
- prefix- prefix of the query string
- Returns:
- URL query string 
 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-