public class PortalInstancePropertyBeans extends PropertyBeans<PortalInstancePropertyBean>
PortalInstancePropertyBeans for REST.itemsPerPage, startIndex, totalResults| Constructor and Description |
|---|
PortalInstancePropertyBeans() |
PortalInstancePropertyBeans(java.util.List<PortalInstancePropertyBean> portals) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<PortalInstancePropertyBean> |
getItems() |
java.lang.String |
resourceType() |
void |
setItems(java.util.List<PortalInstancePropertyBean> itemList) |
getPortalShortId, setPortalShortIdgetItemsPerPage, getStartIndex, getTotalResults, setItemsPerPage, setStartIndex, setTotalResults, updatePaginationIndicespublic PortalInstancePropertyBeans()
public PortalInstancePropertyBeans(java.util.List<PortalInstancePropertyBean> portals)
public java.lang.String resourceType()
resourceType in interface oracle.webcenter.jaxrs.framework.model.LinkedInterfaceresourceType in class PropertyBeans<PortalInstancePropertyBean>public java.util.List<PortalInstancePropertyBean> getItems()
getItems in interface oracle.webcenter.jaxrs.framework.model.LinkedItem<PortalInstancePropertyBean>getItems in class PropertyBeans<PortalInstancePropertyBean>public void setItems(java.util.List<PortalInstancePropertyBean> itemList)
setItems in interface oracle.webcenter.jaxrs.framework.model.LinkedItem<PortalInstancePropertyBean>setItems in class PropertyBeans<PortalInstancePropertyBean>