com.linkedin.restli.restspec
Class CustomAnnotationContentSchema.Fields

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

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


Field Summary
 
Fields inherited from class com.linkedin.data.schema.PathSpec
WILDCARD
 
Constructor Summary
CustomAnnotationContentSchema.Fields()
           
CustomAnnotationContentSchema.Fields(java.util.List<java.lang.String> path, java.lang.String name)
           
 
Method Summary
 
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

CustomAnnotationContentSchema.Fields

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

CustomAnnotationContentSchema.Fields

public CustomAnnotationContentSchema.Fields()