public abstract class AbstractRequest
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
protected static class |
AbstractRequest.AbstractRequestBuilder<T extends AbstractRequest.AbstractRequestBuilder,R extends AbstractRequest> |
| Modifier and Type | Method and Description |
|---|---|
java.util.Locale |
getAcceptLocale()
Retrieves data acceptLocale associated with the request.
|
EdmEntitySet |
getEntitySet()
Retrieves entity set associated with the request.
|
EdmEntitySet |
getEntitySetReferencedByProperty(java.lang.String property) |
EdmEntityType |
getEntityType()
Retrieves entity type associated with the request entity set.
|
java.lang.String |
getIntegrationObjectCode()
Retrieves data integration object code value, for which this request is issued.
|
protected java.lang.String |
getPropertyTypeName(java.lang.String property) |
protected void |
setAcceptLocale(java.util.Locale loc) |
protected void |
setEntitySet(EdmEntitySet set) |
protected void |
setEntityType(EdmEntityType type) |
protected void |
setIntegrationObjectCode(java.lang.String integrationObjectCode) |
public EdmEntitySet getEntitySet()
public EdmEntityType getEntityType()
getEntitySet().getEntityType() but this method does not throw EdmExceptionpublic java.util.Locale getAcceptLocale()
public EdmEntitySet getEntitySetReferencedByProperty(java.lang.String property)
throws EdmException
EdmExceptionprotected java.lang.String getPropertyTypeName(java.lang.String property)
throws EdmException
EdmExceptionpublic java.lang.String getIntegrationObjectCode()
protected void setEntitySet(EdmEntitySet set)
protected void setEntityType(EdmEntityType type)
protected void setAcceptLocale(java.util.Locale loc)
protected void setIntegrationObjectCode(java.lang.String integrationObjectCode)
Copyright © 2018 SAP SE. All Rights Reserved.