public class Section extends ResourceBase
Constructor and Description |
---|
Section() |
Modifier and Type | Method and Description |
---|---|
Section |
addSlideListItem(ResourceUri slideListItem) |
boolean |
equals(Object o) |
Section |
firstSlideIndex(Integer firstSlideIndex) |
Integer |
getFirstSlideIndex()
One-based index of slide with which the section starts.
|
String |
getName()
Name.
|
List<ResourceUri> |
getSlideList()
Links to the shapes contained in the section.
|
int |
hashCode() |
Section |
name(String name) |
void |
setFirstSlideIndex(Integer firstSlideIndex) |
void |
setName(String name) |
void |
setSlideList(List<ResourceUri> slideList) |
Section |
slideList(List<ResourceUri> slideList) |
String |
toString() |
getAlternateLinks, getSelfUri, selfUri, setAlternateLinks, setSelfUri
public String getName()
public void setName(String name)
public Integer getFirstSlideIndex()
public void setFirstSlideIndex(Integer firstSlideIndex)
public Section slideList(List<ResourceUri> slideList)
public Section addSlideListItem(ResourceUri slideListItem)
public List<ResourceUri> getSlideList()
public void setSlideList(List<ResourceUri> slideList)
public boolean equals(Object o)
equals
in class ResourceBase
public int hashCode()
hashCode
in class ResourceBase
public String toString()
toString
in class ResourceBase
Copyright © 2023. All rights reserved.