public class VMSVehicleSharingLevel extends VdmEntity<VMSVehicleSharingLevel>
Original entity name from the Odata EDM: A_VMSVehicleSharingLevelType
Modifier and Type | Class and Description |
---|---|
static class |
VMSVehicleSharingLevel.VMSVehicleSharingLevelBuilder |
Modifier and Type | Field and Description |
---|---|
static SimpleProperty<VMSVehicleSharingLevel> |
ALL_FIELDS
Selector for all available fields of VMSVehicleSharingLevel.
|
static SimpleProperty.String<VMSVehicleSharingLevel> |
VMS_VEHICLE_SHARING_LEVEL |
changedOriginalFields, ODATA_TYPE_ANNOTATIONS, ODATA_VERSION_ANNOTATIONS
Constructor and Description |
---|
VMSVehicleSharingLevel() |
VMSVehicleSharingLevel(String vMSVehicleSharingLevel) |
Modifier and Type | Method and Description |
---|---|
static VMSVehicleSharingLevel.VMSVehicleSharingLevelBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
protected void |
fromMap(Map<String,Object> inputValues)
Read entity data from generic map.
|
protected String |
getDefaultServicePath()
Used by request builders and navigation property methods to construct OData requests.
|
protected String |
getEntityCollection()
Used by request builders and navigation property methods to construct OData requests.
|
protected ODataEntityKey |
getKey() |
String |
getOdataType() |
Class<VMSVehicleSharingLevel> |
getType() |
String |
getVMSVehicleSharingLevel()
(Key Field) Constraints: Not nullable, Maximum length: 2
|
int |
hashCode() |
void |
setVMSVehicleSharingLevel(String vMSVehicleSharingLevel)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
protected Map<String,Object> |
toMapOfFields()
Get all fields as map.
|
String |
toString() |
all, attachToService, getDestinationForFetch, getServicePathForFetch, getVersionIdentifier, setDestinationForFetch, setServicePathForFetch, setVersionIdentifier
getAnnotationProperties, getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields, toMapOfNavigationProperties
public static final SimpleProperty<VMSVehicleSharingLevel> ALL_FIELDS
public static final SimpleProperty.String<VMSVehicleSharingLevel> VMS_VEHICLE_SHARING_LEVEL
@Nonnull public Class<VMSVehicleSharingLevel> getType()
getType
in class VdmObject<VMSVehicleSharingLevel>
public void setVMSVehicleSharingLevel(@Nullable String vMSVehicleSharingLevel)
Original property name from the Odata EDM: VMSVehicleSharingLevel
vMSVehicleSharingLevel
- Sharing Levels for Vehicle Searchprotected String getEntityCollection()
VdmEntity
getEntityCollection
in class VdmEntity<VMSVehicleSharingLevel>
@Nonnull protected ODataEntityKey getKey()
getKey
in class VdmObject<VMSVehicleSharingLevel>
@Nonnull protected Map<String,Object> toMapOfFields()
VdmObject
toMapOfFields
in class VdmObject<VMSVehicleSharingLevel>
protected void fromMap(Map<String,Object> inputValues)
VdmObject
fromMap
in class VdmObject<VMSVehicleSharingLevel>
inputValues
- The key-value map.protected String getDefaultServicePath()
VdmEntity
getDefaultServicePath
in class VdmEntity<VMSVehicleSharingLevel>
protocol://hostname:port
and the OData resource name (entity set, $metadata
, etc.)@Nonnull public static VMSVehicleSharingLevel.VMSVehicleSharingLevelBuilder builder()
@Nullable public String getVMSVehicleSharingLevel()
Original property name from the Odata EDM: VMSVehicleSharingLevel
@Nonnull public String toString()
toString
in class VdmObject<VMSVehicleSharingLevel>
public boolean equals(@Nullable Object o)
equals
in class VdmEntity<VMSVehicleSharingLevel>
protected boolean canEqual(@Nullable Object other)
canEqual
in class VdmEntity<VMSVehicleSharingLevel>
public int hashCode()
hashCode
in class VdmEntity<VMSVehicleSharingLevel>
public String getOdataType()
getOdataType
in class VdmObject<VMSVehicleSharingLevel>
Copyright © 2021 SAP SE. All rights reserved.