|
|||||||||
| 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.SimpleSchema
@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/SimpleSchema.pdsc.",
date="Thu Oct 24 11:16:23 PDT 2013")
public class SimpleSchema
| Nested Class Summary | |
|---|---|
static class |
SimpleSchema.Fields
|
| Constructor Summary | |
|---|---|
SimpleSchema()
|
|
SimpleSchema(com.linkedin.data.DataMap data)
|
|
| Method Summary | |
|---|---|
SimpleSchema |
clone()
|
SimpleSchema |
copy()
|
static SimpleSchema.Fields |
fields()
|
ActionSchemaArray |
getActions()
Getter for actions |
ActionSchemaArray |
getActions(com.linkedin.data.template.GetMode mode)
Getter for actions |
EntitySchema |
getEntity()
Getter for entity |
EntitySchema |
getEntity(com.linkedin.data.template.GetMode mode)
Getter for entity |
RestMethodSchemaArray |
getMethods()
Getter for methods |
RestMethodSchemaArray |
getMethods(com.linkedin.data.template.GetMode mode)
Getter for methods |
com.linkedin.data.template.StringArray |
getSupports()
Getter for supports |
com.linkedin.data.template.StringArray |
getSupports(com.linkedin.data.template.GetMode mode)
Getter for supports |
boolean |
hasActions()
Existence checker for actions |
boolean |
hasEntity()
Existence checker for entity |
boolean |
hasMethods()
Existence checker for methods |
boolean |
hasSupports()
Existence checker for supports |
void |
removeActions()
Remover for actions |
void |
removeEntity()
Remover for entity |
void |
removeMethods()
Remover for methods |
void |
removeSupports()
Remover for supports |
SimpleSchema |
setActions(ActionSchemaArray value)
Setter for actions |
SimpleSchema |
setActions(ActionSchemaArray value,
com.linkedin.data.template.SetMode mode)
Setter for actions |
SimpleSchema |
setEntity(EntitySchema value)
Setter for entity |
SimpleSchema |
setEntity(EntitySchema value,
com.linkedin.data.template.SetMode mode)
Setter for entity |
SimpleSchema |
setMethods(RestMethodSchemaArray value)
Setter for methods |
SimpleSchema |
setMethods(RestMethodSchemaArray value,
com.linkedin.data.template.SetMode mode)
Setter for methods |
SimpleSchema |
setSupports(com.linkedin.data.template.StringArray value)
Setter for supports |
SimpleSchema |
setSupports(com.linkedin.data.template.StringArray value,
com.linkedin.data.template.SetMode mode)
Setter for supports |
| 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 SimpleSchema()
public SimpleSchema(com.linkedin.data.DataMap data)
| Method Detail |
|---|
public static SimpleSchema.Fields fields()
public boolean hasSupports()
SimpleSchema.Fields.supports()public void removeSupports()
SimpleSchema.Fields.supports()public com.linkedin.data.template.StringArray getSupports(com.linkedin.data.template.GetMode mode)
SimpleSchema.Fields.supports()public com.linkedin.data.template.StringArray getSupports()
SimpleSchema.Fields.supports()
public SimpleSchema setSupports(com.linkedin.data.template.StringArray value,
com.linkedin.data.template.SetMode mode)
SimpleSchema.Fields.supports()public SimpleSchema setSupports(com.linkedin.data.template.StringArray value)
SimpleSchema.Fields.supports()public boolean hasMethods()
SimpleSchema.Fields.methods()public void removeMethods()
SimpleSchema.Fields.methods()public RestMethodSchemaArray getMethods(com.linkedin.data.template.GetMode mode)
SimpleSchema.Fields.methods()public RestMethodSchemaArray getMethods()
SimpleSchema.Fields.methods()
public SimpleSchema setMethods(RestMethodSchemaArray value,
com.linkedin.data.template.SetMode mode)
SimpleSchema.Fields.methods()public SimpleSchema setMethods(RestMethodSchemaArray value)
SimpleSchema.Fields.methods()public boolean hasActions()
SimpleSchema.Fields.actions()public void removeActions()
SimpleSchema.Fields.actions()public ActionSchemaArray getActions(com.linkedin.data.template.GetMode mode)
SimpleSchema.Fields.actions()public ActionSchemaArray getActions()
SimpleSchema.Fields.actions()
public SimpleSchema setActions(ActionSchemaArray value,
com.linkedin.data.template.SetMode mode)
SimpleSchema.Fields.actions()public SimpleSchema setActions(ActionSchemaArray value)
SimpleSchema.Fields.actions()public boolean hasEntity()
SimpleSchema.Fields.entity()public void removeEntity()
SimpleSchema.Fields.entity()public EntitySchema getEntity(com.linkedin.data.template.GetMode mode)
SimpleSchema.Fields.entity()public EntitySchema getEntity()
SimpleSchema.Fields.entity()
public SimpleSchema setEntity(EntitySchema value,
com.linkedin.data.template.SetMode mode)
SimpleSchema.Fields.entity()public SimpleSchema setEntity(EntitySchema value)
SimpleSchema.Fields.entity()
public SimpleSchema 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 SimpleSchema 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 | ||||||||