com.linkedin.restli.restspec
Class RestMethodSchemaArray.Fields

java.lang.Object
  extended by com.linkedin.data.schema.PathSpec
      extended by com.linkedin.restli.restspec.RestMethodSchemaArray.Fields
Enclosing class:
RestMethodSchemaArray

public static class RestMethodSchemaArray.Fields
extends com.linkedin.data.schema.PathSpec


Field Summary
 
Fields inherited from class com.linkedin.data.schema.PathSpec
WILDCARD
 
Constructor Summary
RestMethodSchemaArray.Fields()
           
RestMethodSchemaArray.Fields(java.util.List<java.lang.String> path, java.lang.String name)
           
 
Method Summary
 RestMethodSchema.Fields items()
           
 
Methods inherited from class com.linkedin.data.schema.PathSpec
emptyPath, equals, getPathComponents, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RestMethodSchemaArray.Fields

public RestMethodSchemaArray.Fields(java.util.List<java.lang.String> path,
                                    java.lang.String name)

RestMethodSchemaArray.Fields

public RestMethodSchemaArray.Fields()
Method Detail

items

public RestMethodSchema.Fields items()