public class MeasuringPointLongText extends VdmEntity<MeasuringPointLongText>
Original entity name from the Odata EDM: MeasuringPointLongTextType
Modifier and Type | Class and Description |
---|---|
static class |
MeasuringPointLongText.MeasuringPointLongTextBuilder
Helper class to allow for fluent creation of MeasuringPointLongText instances.
|
Modifier and Type | Field and Description |
---|---|
static ComplexProperty.Collection<MeasuringPointLongText,SAP__Message> |
_MESSAGES
Use with available request builders to apply the SAP__Messages complex property to query operations.
|
static SimpleProperty<MeasuringPointLongText> |
ALL_FIELDS
Selector for all available fields of MeasuringPointLongText.
|
static SimpleProperty.String<MeasuringPointLongText> |
MEASURING_POINT |
static SimpleProperty.String<MeasuringPointLongText> |
MEASURING_POINT_LONG_TEXT |
static NavigationProperty.Single<MeasuringPointLongText,MeasuringPoint> |
TO__MEASURING_POINT
Use with available request builders to apply the _MeasuringPoint navigation property to query operations.
|
changedOriginalFields, ODATA_TYPE_ANNOTATIONS, ODATA_VERSION_ANNOTATIONS
Constructor and Description |
---|
MeasuringPointLongText() |
MeasuringPointLongText(String measuringPoint,
String measuringPointLongText,
Collection<SAP__Message> _Messages,
MeasuringPoint to_MeasuringPoint) |
Modifier and Type | Method and Description |
---|---|
static MeasuringPointLongText.MeasuringPointLongTextBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
protected void |
fromMap(Map<String,Object> inputValues)
Read entity data from generic map.
|
Collection<SAP__Message> |
get_Messages()
Constraints: Not nullable
|
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 |
getMeasuringPoint()
(Key Field) Constraints: Not nullable, Maximum length: 12
|
io.vavr.control.Option<MeasuringPoint> |
getMeasuringPointIfPresent()
Retrieval of associated MeasuringPoint entity (one to one).
|
String |
getMeasuringPointLongText()
Constraints: Not nullable
|
String |
getOdataType() |
Class<MeasuringPointLongText> |
getType() |
int |
hashCode() |
void |
set_Messages(Collection<SAP__Message> _Messages)
Constraints: Not nullable
|
void |
setMeasuringPoint(MeasuringPoint value)
Overwrites the associated MeasuringPoint entity for the loaded navigation property _MeasuringPoint.
|
void |
setMeasuringPoint(String measuringPoint)
(Key Field) Constraints: Not nullable, Maximum length: 12
|
void |
setMeasuringPointLongText(String measuringPointLongText)
Constraints: Not nullable
|
protected Map<String,Object> |
toMapOfFields()
Get all fields as map.
|
protected Map<String,Object> |
toMapOfNavigationProperties()
Get navigation properties 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
public static final SimpleProperty<MeasuringPointLongText> ALL_FIELDS
public static final SimpleProperty.String<MeasuringPointLongText> MEASURING_POINT
public static final SimpleProperty.String<MeasuringPointLongText> MEASURING_POINT_LONG_TEXT
public static final ComplexProperty.Collection<MeasuringPointLongText,SAP__Message> _MESSAGES
public static final NavigationProperty.Single<MeasuringPointLongText,MeasuringPoint> TO__MEASURING_POINT
public MeasuringPointLongText()
public MeasuringPointLongText(@Nullable String measuringPoint, @Nullable String measuringPointLongText, @Nullable Collection<SAP__Message> _Messages, @Nullable MeasuringPoint to_MeasuringPoint)
@Nonnull public Class<MeasuringPointLongText> getType()
getType
in class VdmObject<MeasuringPointLongText>
public void setMeasuringPoint(@Nullable String measuringPoint)
Original property name from the Odata EDM: MeasuringPoint
measuringPoint
- Measuring Pointpublic void setMeasuringPointLongText(@Nullable String measuringPointLongText)
Original property name from the Odata EDM: MeasuringPointLongText
measuringPointLongText
- Long Textpublic void set_Messages(@Nullable Collection<SAP__Message> _Messages)
Original property name from the Odata EDM: SAP__Messages
_Messages
- The _Messages to set.protected String getEntityCollection()
VdmEntity
getEntityCollection
in class VdmEntity<MeasuringPointLongText>
@Nonnull protected ODataEntityKey getKey()
getKey
in class VdmObject<MeasuringPointLongText>
@Nonnull protected Map<String,Object> toMapOfFields()
VdmObject
toMapOfFields
in class VdmObject<MeasuringPointLongText>
protected void fromMap(Map<String,Object> inputValues)
VdmObject
fromMap
in class VdmObject<MeasuringPointLongText>
inputValues
- The key-value map.protected String getDefaultServicePath()
VdmEntity
getDefaultServicePath
in class VdmEntity<MeasuringPointLongText>
protocol://hostname:port
and the OData resource name (entity set, $metadata
, etc.)@Nonnull protected Map<String,Object> toMapOfNavigationProperties()
VdmObject
toMapOfNavigationProperties
in class VdmObject<MeasuringPointLongText>
@Nonnull public io.vavr.control.Option<MeasuringPoint> getMeasuringPointIfPresent()
If the navigation property for an entity MeasuringPointLongText has not been resolved yet, this method
will not query further information. Instead its Option
result state will be
empty
.
Option
with result state
empty
is returned.public void setMeasuringPoint(MeasuringPoint value)
value
- New MeasuringPoint entity.@Nonnull public static MeasuringPointLongText.MeasuringPointLongTextBuilder builder()
@Nullable public String getMeasuringPoint()
Original property name from the Odata EDM: MeasuringPoint
@Nullable public String getMeasuringPointLongText()
Original property name from the Odata EDM: MeasuringPointLongText
@Nullable public Collection<SAP__Message> get_Messages()
Original property name from the Odata EDM: SAP__Messages
@Nonnull public String toString()
toString
in class VdmObject<MeasuringPointLongText>
public boolean equals(@Nullable Object o)
equals
in class VdmEntity<MeasuringPointLongText>
protected boolean canEqual(@Nullable Object other)
canEqual
in class VdmEntity<MeasuringPointLongText>
public int hashCode()
hashCode
in class VdmEntity<MeasuringPointLongText>
public String getOdataType()
getOdataType
in class VdmObject<MeasuringPointLongText>
Copyright © 2021 SAP SE. All rights reserved.