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