Package com.emc.documentum.rest.model
Class HomeDocHints
java.lang.Object
com.emc.documentum.rest.model.HomeDocHints
Hints of Home Doc resource
-
Constructor Summary
ConstructorDescriptionHomeDocHints
(List<String> allowedMethods, List<String> supportedRepresentations) Constructor -
Method Summary
Modifier and TypeMethodDescriptionGet allowed http methodsGet supported resource representations
-
Constructor Details
-
HomeDocHints
Constructor- Parameters:
allowedMethods
- allowed http methodssupportedRepresentations
- supported resource representations
-
-
Method Details
-
getAllowedHttpMethods
Get allowed http methods- Returns:
- allowed http methods
-
getSupportedRepresentations
Get supported resource representations- Returns:
- supported resource representations
-