Class EntityFieldAll<EntityT extends VdmObject<?>>
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.EntityFieldAll<EntityT>
- Type Parameters:
EntityT
- VdmObject that the field belongs to
- All Implemented Interfaces:
EntitySelectable<EntityT>
public class EntityFieldAll<EntityT extends VdmObject<?>>
extends Object
implements EntitySelectable<EntityT>
OData selector for entities to select each and every field, i.e. star selector. Instances of this object are used in
query modifier methods of the entity fluent helpers. Methods to compare with provided values are not supported.
-
Constructor Details
-
EntityFieldAll
public EntityFieldAll()
-
-
Method Details
-
getFieldName
Description copied from interface:EntitySelectable
Get the field name of OData entity property.- Specified by:
getFieldName
in interfaceEntitySelectable<EntityT extends VdmObject<?>>
- Returns:
- The field name
-
getSelections
Description copied from interface:EntitySelectable
Get the select expression that represents the OData entity property.- Specified by:
getSelections
in interfaceEntitySelectable<EntityT extends VdmObject<?>>
- Returns:
- The serialized select terms.
-
toString
-
equals
-
hashCode
public int hashCode()
-