com.linkedin.restli.restspec
Class Deprecatable.Fields

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

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


Field Summary
 
Fields inherited from class com.linkedin.data.schema.PathSpec
WILDCARD
 
Constructor Summary
Deprecatable.Fields()
           
Deprecatable.Fields(java.util.List<java.lang.String> path, java.lang.String name)
           
 
Method Summary
 com.linkedin.data.schema.PathSpec deprecated()
          If a resource has been marked as deprecated
 com.linkedin.data.schema.PathSpec deprecatedDoc()
          Explanation of the deprecation, should include message to clients on how to migrate away from deprecated resource or method
 
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

Deprecatable.Fields

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

Deprecatable.Fields

public Deprecatable.Fields()
Method Detail

deprecated

public com.linkedin.data.schema.PathSpec deprecated()
If a resource has been marked as deprecated


deprecatedDoc

public com.linkedin.data.schema.PathSpec deprecatedDoc()
Explanation of the deprecation, should include message to clients on how to migrate away from deprecated resource or method