Class AcceptImpl
- java.lang.Object
-
- org.apache.olingo.odata2.core.servicedocument.AcceptImpl
-
-
Constructor Summary
Constructors Constructor Description AcceptImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CommonAttributesgetCommonAttributes()StringgetValue()AcceptImplsetCommonAttributes(CommonAttributes commonAttributes)AcceptImplsetText(String text)
-
-
-
Method Detail
-
getCommonAttributes
public CommonAttributes getCommonAttributes()
- Specified by:
getCommonAttributesin interfaceAccept
-
setText
public AcceptImpl setText(String text)
-
setCommonAttributes
public AcceptImpl setCommonAttributes(CommonAttributes commonAttributes)
-
-