public class Placeholder extends ResourceBase
Modifier and Type | Class and Description |
---|---|
static class |
Placeholder.OrientationEnum
Orientation.
|
static class |
Placeholder.SizeEnum
Size.
|
static class |
Placeholder.TypeEnum
Placeholder type.
|
Constructor and Description |
---|
Placeholder() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Integer |
getIndex()
Index.
|
Placeholder.OrientationEnum |
getOrientation()
Orientation.
|
ResourceUri |
getShape()
Shape link.
|
Placeholder.SizeEnum |
getSize()
Size.
|
Placeholder.TypeEnum |
getType()
Placeholder type.
|
int |
hashCode() |
Placeholder |
index(Integer index) |
Placeholder |
orientation(Placeholder.OrientationEnum orientation) |
void |
setIndex(Integer index) |
void |
setOrientation(Placeholder.OrientationEnum orientation) |
void |
setShape(ResourceUri shape) |
void |
setSize(Placeholder.SizeEnum size) |
void |
setType(Placeholder.TypeEnum type) |
Placeholder |
shape(ResourceUri shape) |
Placeholder |
size(Placeholder.SizeEnum size) |
String |
toString() |
Placeholder |
type(Placeholder.TypeEnum type) |
addAlternateLinksItem, alternateLinks, getAlternateLinks, getSelfUri, selfUri, setAlternateLinks, setSelfUri
public Placeholder index(Integer index)
public Integer getIndex()
public void setIndex(Integer index)
public Placeholder orientation(Placeholder.OrientationEnum orientation)
public Placeholder.OrientationEnum getOrientation()
public void setOrientation(Placeholder.OrientationEnum orientation)
public Placeholder size(Placeholder.SizeEnum size)
public Placeholder.SizeEnum getSize()
public void setSize(Placeholder.SizeEnum size)
public Placeholder type(Placeholder.TypeEnum type)
public Placeholder.TypeEnum getType()
public void setType(Placeholder.TypeEnum type)
public Placeholder shape(ResourceUri shape)
public ResourceUri getShape()
public void setShape(ResourceUri shape)
public boolean equals(Object o)
equals
in class ResourceBase
public int hashCode()
hashCode
in class ResourceBase
public String toString()
toString
in class ResourceBase
Copyright © 2022. All rights reserved.