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.