Class HomeDocHints

java.lang.Object
com.emc.documentum.rest.model.HomeDocHints

public class HomeDocHints extends Object
Hints of Home Doc resource
  • Constructor Details

    • HomeDocHints

      public HomeDocHints(List<String> allowedMethods, List<String> supportedRepresentations)
      Constructor
      Parameters:
      allowedMethods - allowed http methods
      supportedRepresentations - supported resource representations
  • Method Details

    • getAllowedHttpMethods

      public List<String> getAllowedHttpMethods()
      Get allowed http methods
      Returns:
      allowed http methods
    • getSupportedRepresentations

      public List<String> getSupportedRepresentations()
      Get supported resource representations
      Returns:
      supported resource representations