public class MaintenanceNotificationItem extends VdmEntity<MaintenanceNotificationItem>
Original entity name from the Odata EDM: MaintenanceNotificationItemType
Modifier and Type | Class and Description |
---|---|
static class |
MaintenanceNotificationItem.MaintenanceNotificationItemBuilder
Helper class to allow for fluent creation of MaintenanceNotificationItem instances.
|
Modifier and Type | Field and Description |
---|---|
static MaintenanceNotificationItemSelectable |
ALL_FIELDS
Selector for all available fields of MaintenanceNotificationItem.
|
static MaintenanceNotificationItemField<String> |
MAINT_NOTIF_DAMAGE_CODE_GROUP
Use with available fluent helpers to apply the MaintNotifDamageCodeGroup field to query operations.
|
static MaintenanceNotificationItemField<String> |
MAINT_NOTIF_DAMAGE_CODE_GROUP_NAME
Use with available fluent helpers to apply the MaintNotifDamageCodeGroupName field to query operations.
|
static MaintenanceNotificationItemField<String> |
MAINT_NOTIF_DAMAGE_CODE_NAME
Use with available fluent helpers to apply the MaintNotifDamageCodeName field to query operations.
|
static MaintenanceNotificationItemField<String> |
MAINT_NOTIF_ITEM_TEXT
Use with available fluent helpers to apply the MaintNotifItemText field to query operations.
|
static MaintenanceNotificationItemField<String> |
MAINT_NOTIF_OBJ_PRT_CODE
Use with available fluent helpers to apply the MaintNotifObjPrtCode field to query operations.
|
static MaintenanceNotificationItemField<String> |
MAINT_NOTIF_OBJ_PRT_CODE_GROUP
Use with available fluent helpers to apply the MaintNotifObjPrtCodeGroup field to query operations.
|
static MaintenanceNotificationItemField<String> |
MAINT_NOTIF_OBJ_PRT_CODE_GROUP_NAME
Use with available fluent helpers to apply the MaintNotifObjPrtCodeGroupName field to query operations.
|
static MaintenanceNotificationItemField<String> |
MAINT_NOTIF_OBJ_PRT_CODE_NAME
Use with available fluent helpers to apply the MaintNotifObjPrtCodeName field to query operations.
|
static MaintenanceNotificationItemField<String> |
MAINT_NOTIFICATION_DAMAGE_CODE
Use with available fluent helpers to apply the MaintNotificationDamageCode field to query operations.
|
static MaintenanceNotificationItemField<String> |
MAINTENANCE_NOTIFICATION
Use with available fluent helpers to apply the MaintenanceNotification field to query operations.
|
static MaintenanceNotificationItemField<String> |
MAINTENANCE_NOTIFICATION_ITEM
Use with available fluent helpers to apply the MaintenanceNotificationItem field to query operations.
|
static MaintenanceNotificationItemLink<MaintNotificationItemActivity> |
TO_ITEM_ACTIVITY
Use with available fluent helpers to apply the to_ItemActivity navigation property to query operations.
|
static MaintenanceNotificationItemLink<MaintNotificationItemCause> |
TO_ITEM_CAUSE
Use with available fluent helpers to apply the to_ItemCause navigation property to query operations.
|
static MaintenanceNotificationItemOneToOneLink<MaintenanceNotification> |
TO_NOTIF
Use with available fluent helpers to apply the to_Notif navigation property to query operations.
|
changedOriginalFields
Constructor and Description |
---|
MaintenanceNotificationItem() |
MaintenanceNotificationItem(String maintenanceNotification,
String maintenanceNotificationItem,
String maintNotifItemText,
String maintNotifDamageCodeGroup,
String maintNotifDamageCodeGroupName,
String maintNotificationDamageCode,
String maintNotifDamageCodeName,
String maintNotifObjPrtCodeGroup,
String maintNotifObjPrtCodeGroupName,
String maintNotifObjPrtCode,
String maintNotifObjPrtCodeName,
List<MaintNotificationItemActivity> toItemActivity,
List<MaintNotificationItemCause> toItemCause,
MaintenanceNotification toNotif) |
Modifier and Type | Method and Description |
---|---|
void |
addItemActivity(MaintNotificationItemActivity... entity)
Adds elements to the list of associated MaintNotificationItemActivity entities.
|
void |
addItemCause(MaintNotificationItemCause... entity)
Adds elements to the list of associated MaintNotificationItemCause entities.
|
void |
attachToService(String servicePath,
HttpDestinationProperties destination)
Sets the service path and destination for the fetch commands of this entity.
|
static MaintenanceNotificationItem.MaintenanceNotificationItemBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
List<MaintNotificationItemActivity> |
fetchItemActivity()
Fetches the MaintNotificationItemActivity entities (one to many) associated with this entity.
|
List<MaintNotificationItemCause> |
fetchItemCause()
Fetches the MaintNotificationItemCause entities (one to many) associated with this entity.
|
MaintenanceNotification |
fetchNotif()
Fetches the MaintenanceNotification entity (one to one) associated with this entity.
|
static <T> MaintenanceNotificationItemField<T> |
field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
static <T,DomainT> |
field(String fieldName,
TypeConverter<T,DomainT> typeConverter)
Use with available fluent helpers to apply an extension field to query operations.
|
protected void |
fromMap(Map<String,Object> inputValues) |
protected String |
getDefaultServicePath()
Used by fluent helpers and navigation property methods to construct OData queries.
|
HttpDestinationProperties |
getDestinationForFetch()
Convienence field for reusing the same destination with multiple queries (e.g.
|
protected String |
getEntityCollection()
Used by fluent helpers and navigation property methods to construct OData queries.
|
io.vavr.control.Option<List<MaintNotificationItemActivity>> |
getItemActivityIfPresent()
Retrieval of associated MaintNotificationItemActivity entities (one to many).
|
List<MaintNotificationItemActivity> |
getItemActivityOrFetch()
Retrieval of associated MaintNotificationItemActivity entities (one to many).
|
io.vavr.control.Option<List<MaintNotificationItemCause>> |
getItemCauseIfPresent()
Retrieval of associated MaintNotificationItemCause entities (one to many).
|
List<MaintNotificationItemCause> |
getItemCauseOrFetch()
Retrieval of associated MaintNotificationItemCause entities (one to many).
|
protected Map<String,Object> |
getKey() |
String |
getMaintenanceNotification()
(Key Field) Constraints: Not nullable, Maximum length: 12
|
String |
getMaintenanceNotificationItem()
(Key Field) Constraints: Not nullable, Maximum length: 4
|
String |
getMaintNotifDamageCodeGroup()
Constraints: Not nullable, Maximum length: 8
|
String |
getMaintNotifDamageCodeGroupName()
Constraints: Not nullable, Maximum length: 40
|
String |
getMaintNotifDamageCodeName()
Constraints: Not nullable, Maximum length: 40
|
String |
getMaintNotificationDamageCode()
Constraints: Not nullable, Maximum length: 4
|
String |
getMaintNotifItemText()
Constraints: Not nullable, Maximum length: 40
|
String |
getMaintNotifObjPrtCode()
Constraints: Not nullable, Maximum length: 4
|
String |
getMaintNotifObjPrtCodeGroup()
Constraints: Not nullable, Maximum length: 8
|
String |
getMaintNotifObjPrtCodeGroupName()
Constraints: Not nullable, Maximum length: 40
|
String |
getMaintNotifObjPrtCodeName()
Constraints: Not nullable, Maximum length: 40
|
io.vavr.control.Option<MaintenanceNotification> |
getNotifIfPresent()
Retrieval of associated MaintenanceNotification entity (one to one).
|
MaintenanceNotification |
getNotifOrFetch()
Retrieval of associated MaintenanceNotification entity (one to one).
|
Class<MaintenanceNotificationItem> |
getType() |
int |
hashCode() |
void |
setItemActivity(List<MaintNotificationItemActivity> value)
Overwrites the list of associated MaintNotificationItemActivity entities for the loaded navigation
property to_ItemActivity.
|
void |
setItemCause(List<MaintNotificationItemCause> value)
Overwrites the list of associated MaintNotificationItemCause entities for the loaded navigation property
to_ItemCause.
|
void |
setMaintenanceNotification(String maintenanceNotification)
(Key Field) Constraints: Not nullable, Maximum length: 12
|
void |
setMaintenanceNotificationItem(String maintenanceNotificationItem)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
void |
setMaintNotifDamageCodeGroup(String maintNotifDamageCodeGroup)
Constraints: Not nullable, Maximum length: 8
|
void |
setMaintNotifDamageCodeGroupName(String maintNotifDamageCodeGroupName)
Constraints: Not nullable, Maximum length: 40
|
void |
setMaintNotifDamageCodeName(String maintNotifDamageCodeName)
Constraints: Not nullable, Maximum length: 40
|
void |
setMaintNotificationDamageCode(String maintNotificationDamageCode)
Constraints: Not nullable, Maximum length: 4
|
void |
setMaintNotifItemText(String maintNotifItemText)
Constraints: Not nullable, Maximum length: 40
|
void |
setMaintNotifObjPrtCode(String maintNotifObjPrtCode)
Constraints: Not nullable, Maximum length: 4
|
void |
setMaintNotifObjPrtCodeGroup(String maintNotifObjPrtCodeGroup)
Constraints: Not nullable, Maximum length: 8
|
void |
setMaintNotifObjPrtCodeGroupName(String maintNotifObjPrtCodeGroupName)
Constraints: Not nullable, Maximum length: 40
|
void |
setMaintNotifObjPrtCodeName(String maintNotifObjPrtCodeName)
Constraints: Not nullable, Maximum length: 40
|
void |
setNotif(MaintenanceNotification value)
Overwrites the associated MaintenanceNotification entity for the loaded navigation property
to_Notif.
|
protected void |
setServicePathForFetch(String servicePathForFetch)
The service path only used for the fetch commands of this entity.
|
protected Map<String,Object> |
toMapOfFields() |
protected Map<String,Object> |
toMapOfNavigationProperties() |
String |
toString() |
getServicePathForFetch, getVersionIdentifier, setDestinationForFetch, setVersionIdentifier
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields
public static final MaintenanceNotificationItemSelectable ALL_FIELDS
public static final MaintenanceNotificationItemField<String> MAINTENANCE_NOTIFICATION
public static final MaintenanceNotificationItemField<String> MAINTENANCE_NOTIFICATION_ITEM
public static final MaintenanceNotificationItemField<String> MAINT_NOTIF_ITEM_TEXT
public static final MaintenanceNotificationItemField<String> MAINT_NOTIF_DAMAGE_CODE_GROUP
public static final MaintenanceNotificationItemField<String> MAINT_NOTIF_DAMAGE_CODE_GROUP_NAME
public static final MaintenanceNotificationItemField<String> MAINT_NOTIFICATION_DAMAGE_CODE
public static final MaintenanceNotificationItemField<String> MAINT_NOTIF_DAMAGE_CODE_NAME
public static final MaintenanceNotificationItemField<String> MAINT_NOTIF_OBJ_PRT_CODE_GROUP
public static final MaintenanceNotificationItemField<String> MAINT_NOTIF_OBJ_PRT_CODE_GROUP_NAME
public static final MaintenanceNotificationItemField<String> MAINT_NOTIF_OBJ_PRT_CODE
public static final MaintenanceNotificationItemField<String> MAINT_NOTIF_OBJ_PRT_CODE_NAME
public static final MaintenanceNotificationItemLink<MaintNotificationItemActivity> TO_ITEM_ACTIVITY
public static final MaintenanceNotificationItemLink<MaintNotificationItemCause> TO_ITEM_CAUSE
public static final MaintenanceNotificationItemOneToOneLink<MaintenanceNotification> TO_NOTIF
public MaintenanceNotificationItem()
public MaintenanceNotificationItem(@Nullable String maintenanceNotification, @Nullable String maintenanceNotificationItem, @Nullable String maintNotifItemText, @Nullable String maintNotifDamageCodeGroup, @Nullable String maintNotifDamageCodeGroupName, @Nullable String maintNotificationDamageCode, @Nullable String maintNotifDamageCodeName, @Nullable String maintNotifObjPrtCodeGroup, @Nullable String maintNotifObjPrtCodeGroupName, @Nullable String maintNotifObjPrtCode, @Nullable String maintNotifObjPrtCodeName, List<MaintNotificationItemActivity> toItemActivity, List<MaintNotificationItemCause> toItemCause, @Nullable MaintenanceNotification toNotif)
@Nonnull public Class<MaintenanceNotificationItem> getType()
getType
in class VdmObject<MaintenanceNotificationItem>
public void setMaintenanceNotification(@Nullable String maintenanceNotification)
Original property name from the Odata EDM: MaintenanceNotification
maintenanceNotification
- Number that identifies the notification.public void setMaintenanceNotificationItem(@Nullable String maintenanceNotificationItem)
Original property name from the Odata EDM: MaintenanceNotificationItem
maintenanceNotificationItem
- Item Number in Item Recordpublic void setMaintNotifItemText(@Nullable String maintNotifItemText)
Original property name from the Odata EDM: MaintNotifItemText
maintNotifItemText
- Short description of the notification itempublic void setMaintNotifDamageCodeGroup(@Nullable String maintNotifDamageCodeGroup)
Original property name from the Odata EDM: MaintNotifDamageCodeGroup
maintNotifDamageCodeGroup
- Damage Code Grouppublic void setMaintNotifDamageCodeGroupName(@Nullable String maintNotifDamageCodeGroupName)
Original property name from the Odata EDM: MaintNotifDamageCodeGroupName
maintNotifDamageCodeGroupName
- Short Description of the Code Grouppublic void setMaintNotificationDamageCode(@Nullable String maintNotificationDamageCode)
Original property name from the Odata EDM: MaintNotificationDamageCode
maintNotificationDamageCode
- Damage Codepublic void setMaintNotifDamageCodeName(@Nullable String maintNotifDamageCodeName)
Original property name from the Odata EDM: MaintNotifDamageCodeName
maintNotifDamageCodeName
- Short Text for Codepublic void setMaintNotifObjPrtCodeGroup(@Nullable String maintNotifObjPrtCodeGroup)
Original property name from the Odata EDM: MaintNotifObjPrtCodeGroup
maintNotifObjPrtCodeGroup
- Object Part Code Grouppublic void setMaintNotifObjPrtCodeGroupName(@Nullable String maintNotifObjPrtCodeGroupName)
Original property name from the Odata EDM: MaintNotifObjPrtCodeGroupName
maintNotifObjPrtCodeGroupName
- Short Description of the Code Grouppublic void setMaintNotifObjPrtCode(@Nullable String maintNotifObjPrtCode)
Original property name from the Odata EDM: MaintNotifObjPrtCode
maintNotifObjPrtCode
- Object Part Codepublic void setMaintNotifObjPrtCodeName(@Nullable String maintNotifObjPrtCodeName)
Original property name from the Odata EDM: MaintNotifObjPrtCodeName
maintNotifObjPrtCodeName
- Short Text for Codeprotected String getEntityCollection()
VdmEntity
getEntityCollection
in class VdmEntity<MaintenanceNotificationItem>
@Nonnull protected Map<String,Object> getKey()
getKey
in class VdmObject<MaintenanceNotificationItem>
@Nonnull protected Map<String,Object> toMapOfFields()
toMapOfFields
in class VdmObject<MaintenanceNotificationItem>
protected void fromMap(Map<String,Object> inputValues)
fromMap
in class VdmObject<MaintenanceNotificationItem>
@Nonnull public static <T> MaintenanceNotificationItemField<T> field(@Nonnull String fieldName, @Nonnull Class<T> fieldType)
T
- The type of the extension field when performing value comparisons.fieldName
- The name of the extension field as returned by the OData service.fieldType
- The Java type to use for the extension field when performing value comparisons.@Nonnull public static <T,DomainT> MaintenanceNotificationItemField<T> field(@Nonnull String fieldName, @Nonnull TypeConverter<T,DomainT> typeConverter)
T
- The type of the extension field when performing value comparisons.DomainT
- The type of the extension field as returned by the OData service.typeConverter
- A TypeConverterfieldName
- The name of the extension field as returned by the OData service.@Nullable public HttpDestinationProperties getDestinationForFetch()
VdmEntity
getDestinationForFetch
in class VdmEntity<MaintenanceNotificationItem>
protected void setServicePathForFetch(@Nullable String servicePathForFetch)
VdmEntity
Note: Use with caution, as this can easily break the fetch call on this entity. See the interface of the corresponding service for the default service path.
setServicePathForFetch
in class VdmEntity<MaintenanceNotificationItem>
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination)
VdmEntity
Note: Use with caution, as this can easily break the fetch calls on this entity. See the interface of the corresponding service for the default service path.
attachToService
in class VdmEntity<MaintenanceNotificationItem>
servicePath
- Optional parameter. New service path to apply to this entity and any associated entities that were
previously fetched. If a null value is provided and the service path has never been set, then the
service path will be set to the default defined in the corresponding service interface.destination
- New destination to apply to this entity and any associated entities that were previously fetched.protected String getDefaultServicePath()
VdmEntity
getDefaultServicePath
in class VdmEntity<MaintenanceNotificationItem>
protocol://hostname:port
and the OData resource name (entity set, $metadata
, etc.)@Nonnull protected Map<String,Object> toMapOfNavigationProperties()
toMapOfNavigationProperties
in class VdmObject<MaintenanceNotificationItem>
@Nonnull public List<MaintNotificationItemActivity> fetchItemActivity() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
Please note: This method will not cache or persist the query results.
com.sap.cloud.sdk.odatav2.connectivity.ODataException
- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and
therefore has no ERP configuration context assigned. An entity is managed if it has been either
retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or
UPDATE call.@Nonnull public List<MaintNotificationItemActivity> getItemActivityOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_ItemActivity of a queried MaintenanceNotificationItem is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
com.sap.cloud.sdk.odatav2.connectivity.ODataException
- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and
therefore has no ERP configuration context assigned. An entity is managed if it has been either
retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or
UPDATE call.@Nonnull public io.vavr.control.Option<List<MaintNotificationItemActivity>> getItemActivityIfPresent()
If the navigation property for an entity MaintenanceNotificationItem 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 setItemActivity(@Nonnull List<MaintNotificationItemActivity> value)
If the navigation property to_ItemActivity of a queried MaintenanceNotificationItem is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
value
- List of MaintNotificationItemActivity entities.public void addItemActivity(MaintNotificationItemActivity... entity)
If the navigation property to_ItemActivity of a queried MaintenanceNotificationItem is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
entity
- Array of MaintNotificationItemActivity entities.@Nonnull public List<MaintNotificationItemCause> fetchItemCause() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
Please note: This method will not cache or persist the query results.
com.sap.cloud.sdk.odatav2.connectivity.ODataException
- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and
therefore has no ERP configuration context assigned. An entity is managed if it has been either
retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or
UPDATE call.@Nonnull public List<MaintNotificationItemCause> getItemCauseOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_ItemCause of a queried MaintenanceNotificationItem is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
com.sap.cloud.sdk.odatav2.connectivity.ODataException
- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and
therefore has no ERP configuration context assigned. An entity is managed if it has been either
retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or
UPDATE call.@Nonnull public io.vavr.control.Option<List<MaintNotificationItemCause>> getItemCauseIfPresent()
If the navigation property for an entity MaintenanceNotificationItem 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 setItemCause(@Nonnull List<MaintNotificationItemCause> value)
If the navigation property to_ItemCause of a queried MaintenanceNotificationItem is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
value
- List of MaintNotificationItemCause entities.public void addItemCause(MaintNotificationItemCause... entity)
If the navigation property to_ItemCause of a queried MaintenanceNotificationItem is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
entity
- Array of MaintNotificationItemCause entities.@Nullable public MaintenanceNotification fetchNotif() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
Please note: This method will not cache or persist the query results.
null
if an entity is not
associated.com.sap.cloud.sdk.odatav2.connectivity.ODataException
- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and
therefore has no ERP configuration context assigned. An entity is managed if it has been either
retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or
UPDATE call.@Nullable public MaintenanceNotification getNotifOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_Notif of a queried MaintenanceNotificationItem is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
com.sap.cloud.sdk.odatav2.connectivity.ODataException
- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and
therefore has no ERP configuration context assigned. An entity is managed if it has been either
retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or
UPDATE call.@Nonnull public io.vavr.control.Option<MaintenanceNotification> getNotifIfPresent()
If the navigation property for an entity MaintenanceNotificationItem 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 setNotif(MaintenanceNotification value)
value
- New MaintenanceNotification entity.@Nonnull public static MaintenanceNotificationItem.MaintenanceNotificationItemBuilder builder()
@Nullable public String getMaintenanceNotification()
Original property name from the Odata EDM: MaintenanceNotification
@Nullable public String getMaintenanceNotificationItem()
Original property name from the Odata EDM: MaintenanceNotificationItem
@Nullable public String getMaintNotifItemText()
Original property name from the Odata EDM: MaintNotifItemText
@Nullable public String getMaintNotifDamageCodeGroup()
Original property name from the Odata EDM: MaintNotifDamageCodeGroup
@Nullable public String getMaintNotifDamageCodeGroupName()
Original property name from the Odata EDM: MaintNotifDamageCodeGroupName
@Nullable public String getMaintNotificationDamageCode()
Original property name from the Odata EDM: MaintNotificationDamageCode
@Nullable public String getMaintNotifDamageCodeName()
Original property name from the Odata EDM: MaintNotifDamageCodeName
@Nullable public String getMaintNotifObjPrtCodeGroup()
Original property name from the Odata EDM: MaintNotifObjPrtCodeGroup
@Nullable public String getMaintNotifObjPrtCodeGroupName()
Original property name from the Odata EDM: MaintNotifObjPrtCodeGroupName
@Nullable public String getMaintNotifObjPrtCode()
Original property name from the Odata EDM: MaintNotifObjPrtCode
@Nullable public String getMaintNotifObjPrtCodeName()
Original property name from the Odata EDM: MaintNotifObjPrtCodeName
@Nonnull public String toString()
toString
in class VdmObject<MaintenanceNotificationItem>
public boolean equals(@Nullable Object o)
equals
in class VdmObject<MaintenanceNotificationItem>
protected boolean canEqual(@Nullable Object other)
canEqual
in class VdmObject<MaintenanceNotificationItem>
public int hashCode()
hashCode
in class VdmObject<MaintenanceNotificationItem>
Copyright © 2021 SAP SE. All rights reserved.