|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.linkedin.data.template.RecordTemplate
com.linkedin.restli.restspec.EntitySchema
@Generated(value="com.linkedin.pegasus.generator.PegasusDataTemplateGenerator",
comments="LinkedIn Data Template. Generated from /Users/jbetz/projects/pegasus_trunk/pegasus/restli-common/src/main/pegasus/com/linkedin/restli/restspec/EntitySchema.pdsc.",
date="Thu Oct 24 11:16:23 PDT 2013")
public class EntitySchema
| Nested Class Summary | |
|---|---|
static class |
EntitySchema.Fields
|
| Constructor Summary | |
|---|---|
EntitySchema()
|
|
EntitySchema(com.linkedin.data.DataMap data)
|
|
| Method Summary | |
|---|---|
EntitySchema |
clone()
|
EntitySchema |
copy()
|
static EntitySchema.Fields |
fields()
|
ActionSchemaArray |
getActions()
Getter for actions |
ActionSchemaArray |
getActions(com.linkedin.data.template.GetMode mode)
Getter for actions |
java.lang.String |
getPath()
Getter for path |
java.lang.String |
getPath(com.linkedin.data.template.GetMode mode)
Getter for path |
ResourceSchemaArray |
getSubresources()
Getter for subresources |
ResourceSchemaArray |
getSubresources(com.linkedin.data.template.GetMode mode)
Getter for subresources |
boolean |
hasActions()
Existence checker for actions |
boolean |
hasPath()
Existence checker for path |
boolean |
hasSubresources()
Existence checker for subresources |
void |
removeActions()
Remover for actions |
void |
removePath()
Remover for path |
void |
removeSubresources()
Remover for subresources |
EntitySchema |
setActions(ActionSchemaArray value)
Setter for actions |
EntitySchema |
setActions(ActionSchemaArray value,
com.linkedin.data.template.SetMode mode)
Setter for actions |
EntitySchema |
setPath(java.lang.String value)
Setter for path |
EntitySchema |
setPath(java.lang.String value,
com.linkedin.data.template.SetMode mode)
Setter for path |
EntitySchema |
setSubresources(ResourceSchemaArray value)
Setter for subresources |
EntitySchema |
setSubresources(ResourceSchemaArray value,
com.linkedin.data.template.SetMode mode)
Setter for subresources |
| Methods inherited from class com.linkedin.data.template.RecordTemplate |
|---|
contains, data, equals, hashCode, obtainDirect, obtainWrapped, putDirect, putDirect, putDirect, putWrapped, putWrapped, remove, schema, toString |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public EntitySchema()
public EntitySchema(com.linkedin.data.DataMap data)
| Method Detail |
|---|
public static EntitySchema.Fields fields()
public boolean hasPath()
EntitySchema.Fields.path()public void removePath()
EntitySchema.Fields.path()public java.lang.String getPath(com.linkedin.data.template.GetMode mode)
EntitySchema.Fields.path()public java.lang.String getPath()
EntitySchema.Fields.path()
public EntitySchema setPath(java.lang.String value,
com.linkedin.data.template.SetMode mode)
EntitySchema.Fields.path()public EntitySchema setPath(java.lang.String value)
EntitySchema.Fields.path()public boolean hasActions()
EntitySchema.Fields.actions()public void removeActions()
EntitySchema.Fields.actions()public ActionSchemaArray getActions(com.linkedin.data.template.GetMode mode)
EntitySchema.Fields.actions()public ActionSchemaArray getActions()
EntitySchema.Fields.actions()
public EntitySchema setActions(ActionSchemaArray value,
com.linkedin.data.template.SetMode mode)
EntitySchema.Fields.actions()public EntitySchema setActions(ActionSchemaArray value)
EntitySchema.Fields.actions()public boolean hasSubresources()
EntitySchema.Fields.subresources()public void removeSubresources()
EntitySchema.Fields.subresources()public ResourceSchemaArray getSubresources(com.linkedin.data.template.GetMode mode)
EntitySchema.Fields.subresources()public ResourceSchemaArray getSubresources()
EntitySchema.Fields.subresources()
public EntitySchema setSubresources(ResourceSchemaArray value,
com.linkedin.data.template.SetMode mode)
EntitySchema.Fields.subresources()public EntitySchema setSubresources(ResourceSchemaArray value)
EntitySchema.Fields.subresources()
public EntitySchema clone()
throws java.lang.CloneNotSupportedException
clone in interface com.linkedin.data.template.DataTemplate<com.linkedin.data.DataMap>clone in class com.linkedin.data.template.RecordTemplatejava.lang.CloneNotSupportedException
public EntitySchema copy()
throws java.lang.CloneNotSupportedException
copy in interface com.linkedin.data.template.DataTemplate<com.linkedin.data.DataMap>copy in class com.linkedin.data.template.RecordTemplatejava.lang.CloneNotSupportedException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||