Class ReturnsDeliveryMaintObj
Original entity name from the Odata EDM: A_ReturnsDeliveryMaintObjType
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ReturnsDeliveryMaintObjSelectableSelector for all available fields of ReturnsDeliveryMaintObj.static final ReturnsDeliveryMaintObjField<String>Use with available fluent helpers to apply the Assembly field to query operations.static final ReturnsDeliveryMaintObjField<String>Use with available fluent helpers to apply the Equipment field to query operations.static final ReturnsDeliveryMaintObjField<String>Use with available fluent helpers to apply the FunctionalLocation field to query operations.static final ReturnsDeliveryMaintObjField<String>Use with available fluent helpers to apply the MaintObjectLocAcctAssgmtNmbr field to query operations.static final ReturnsDeliveryMaintObjField<Integer>Use with available fluent helpers to apply the MaintenanceItemObject field to query operations.static final ReturnsDeliveryMaintObjField<Long>Use with available fluent helpers to apply the MaintenanceItemObjectList field to query operations.static final ReturnsDeliveryMaintObjField<String>Use with available fluent helpers to apply the MaintenanceNotification field to query operations.static final ReturnsDeliveryMaintObjField<String>Use with available fluent helpers to apply the Material field to query operations.static final ReturnsDeliveryMaintObjField<String>Use with available fluent helpers to apply the SerialNumber field to query operations.Fields inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
changedOriginalFields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidattachToService(String servicePath, HttpDestinationProperties destination) builder()protected booleanbooleanstatic <T,DomainT>
ReturnsDeliveryMaintObjField<T>field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> ReturnsDeliveryMaintObjField<T>Use with available fluent helpers to apply an extension field to query operations.protected voidConstraints: Not nullable, Maximum length: 40protected Stringprotected StringConstraints: Not nullable, Maximum length: 18Constraints: Not nullable, Maximum length: 30getKey()(Key Field) Constraints: Not nullable(Key Field) Constraints: Not nullableConstraints: Not nullable, Maximum length: 12Constraints: Not nullable, Maximum length: 12Constraints: Not nullable, Maximum length: 40Constraints: Not nullable, Maximum length: 18getType()inthashCode()voidsetAssembly(String assembly) Constraints: Not nullable, Maximum length: 40voidsetEquipment(String equipment) Constraints: Not nullable, Maximum length: 18voidsetFunctionalLocation(String functionalLocation) Constraints: Not nullable, Maximum length: 30voidsetMaintenanceItemObject(Integer maintenanceItemObject) (Key Field) Constraints: Not nullablevoidsetMaintenanceItemObjectList(Long maintenanceItemObjectList) (Key Field) Constraints: Not nullablevoidsetMaintenanceNotification(String maintenanceNotification) Constraints: Not nullable, Maximum length: 12voidsetMaintObjectLocAcctAssgmtNmbr(String maintObjectLocAcctAssgmtNmbr) Constraints: Not nullable, Maximum length: 12voidsetMaterial(String material) Constraints: Not nullable, Maximum length: 40voidsetSerialNumber(String serialNumber) Constraints: Not nullable, Maximum length: 18protected voidsetServicePathForFetch(String servicePathForFetch) toString()Methods inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity
fetchFieldAsList, fetchFieldAsSingle, getServicePathForFetch, getVersionIdentifier, setDestinationForFetch, setVersionIdentifierMethods inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields, toMapOfNavigationProperties
-
Field Details
-
ALL_FIELDS
Selector for all available fields of ReturnsDeliveryMaintObj. -
ASSEMBLY
Use with available fluent helpers to apply the Assembly field to query operations. -
EQUIPMENT
Use with available fluent helpers to apply the Equipment field to query operations. -
FUNCTIONAL_LOCATION
Use with available fluent helpers to apply the FunctionalLocation field to query operations. -
MAINTENANCE_ITEM_OBJECT
Use with available fluent helpers to apply the MaintenanceItemObject field to query operations. -
MAINTENANCE_ITEM_OBJECT_LIST
Use with available fluent helpers to apply the MaintenanceItemObjectList field to query operations. -
MAINTENANCE_NOTIFICATION
Use with available fluent helpers to apply the MaintenanceNotification field to query operations. -
MAINT_OBJECT_LOC_ACCT_ASSGMT_NMBR
Use with available fluent helpers to apply the MaintObjectLocAcctAssgmtNmbr field to query operations. -
MATERIAL
Use with available fluent helpers to apply the Material field to query operations. -
SERIAL_NUMBER
Use with available fluent helpers to apply the SerialNumber field to query operations.
-
-
Constructor Details
-
ReturnsDeliveryMaintObj
public ReturnsDeliveryMaintObj() -
ReturnsDeliveryMaintObj
public ReturnsDeliveryMaintObj(@Nullable String assembly, @Nullable String equipment, @Nullable String functionalLocation, @Nullable Integer maintenanceItemObject, @Nullable Long maintenanceItemObjectList, @Nullable String maintenanceNotification, @Nullable String maintObjectLocAcctAssgmtNmbr, @Nullable String material, @Nullable String serialNumber)
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<ReturnsDeliveryMaintObj>
-
setAssembly
Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: Assembly
- Parameters:
assembly- Assembly
-
setEquipment
Constraints: Not nullable, Maximum length: 18Original property name from the Odata EDM: Equipment
- Parameters:
equipment- Equipment
-
setFunctionalLocation
Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: FunctionalLocation
- Parameters:
functionalLocation- Functional loc.
-
setMaintenanceItemObject
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: MaintenanceItemObject
- Parameters:
maintenanceItemObject- Object counters
-
setMaintenanceItemObjectList
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: MaintenanceItemObjectList
- Parameters:
maintenanceItemObjectList- Object list
-
setMaintenanceNotification
Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: MaintenanceNotification
- Parameters:
maintenanceNotification- Notification
-
setMaintObjectLocAcctAssgmtNmbr
Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: MaintObjectLocAcctAssgmtNmbr
- Parameters:
maintObjectLocAcctAssgmtNmbr- Loc/AccAssmt
-
setMaterial
Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: Material
- Parameters:
material- Material
-
setSerialNumber
Constraints: Not nullable, Maximum length: 18Original property name from the Odata EDM: SerialNumber
- Parameters:
serialNumber- Serial Number
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<ReturnsDeliveryMaintObj>
-
getKey
- Overrides:
getKeyin classVdmObject<ReturnsDeliveryMaintObj>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<ReturnsDeliveryMaintObj>
-
fromMap
- Overrides:
fromMapin classVdmObject<ReturnsDeliveryMaintObj>
-
field
@Nonnull public static <T> ReturnsDeliveryMaintObjField<T> field(@Nonnull String fieldName, @Nonnull Class<T> fieldType) Use with available fluent helpers to apply an extension field to query operations.- Type Parameters:
T- The type of the extension field when performing value comparisons.- Parameters:
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.- Returns:
- A representation of an extension field from this entity.
-
field
@Nonnull public static <T,DomainT> ReturnsDeliveryMaintObjField<T> field(@Nonnull String fieldName, @Nonnull TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.- Type Parameters:
T- The type of the extension field when performing value comparisons.DomainT- The type of the extension field as returned by the OData service.- Parameters:
typeConverter- A TypeConverter<T, DomainT> instance whose first generic type matches the Java type of the fieldfieldName- The name of the extension field as returned by the OData service.- Returns:
- A representation of an extension field from this entity, holding a reference to the given TypeConverter.
-
getDestinationForFetch
- Overrides:
getDestinationForFetchin classVdmEntity<ReturnsDeliveryMaintObj>
-
setServicePathForFetch
- Overrides:
setServicePathForFetchin classVdmEntity<ReturnsDeliveryMaintObj>
-
attachToService
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination) - Overrides:
attachToServicein classVdmEntity<ReturnsDeliveryMaintObj>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<ReturnsDeliveryMaintObj>
-
builder
-
getAssembly
Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: Assembly
- Returns:
- Assembly
-
getEquipment
Constraints: Not nullable, Maximum length: 18Original property name from the Odata EDM: Equipment
- Returns:
- Equipment
-
getFunctionalLocation
Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: FunctionalLocation
- Returns:
- Functional loc.
-
getMaintenanceItemObject
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: MaintenanceItemObject
- Returns:
- Object counters
-
getMaintenanceItemObjectList
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: MaintenanceItemObjectList
- Returns:
- Object list
-
getMaintenanceNotification
Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: MaintenanceNotification
- Returns:
- Notification
-
getMaintObjectLocAcctAssgmtNmbr
Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: MaintObjectLocAcctAssgmtNmbr
- Returns:
- Loc/AccAssmt
-
getMaterial
Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: Material
- Returns:
- Material
-
getSerialNumber
Constraints: Not nullable, Maximum length: 18Original property name from the Odata EDM: SerialNumber
- Returns:
- Serial Number
-
toString
- Overrides:
toStringin classVdmObject<ReturnsDeliveryMaintObj>
-
equals
- Overrides:
equalsin classVdmEntity<ReturnsDeliveryMaintObj>
-
canEqual
- Overrides:
canEqualin classVdmEntity<ReturnsDeliveryMaintObj>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<ReturnsDeliveryMaintObj>
-