Class WarehouseTaskExceptionCode
- All Implemented Interfaces:
VdmEntitySet
Original entity name from the Odata EDM: WarehouseTaskExceptionCodeType
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classHelper class to allow for fluent creation of WarehouseTaskExceptionCode instances. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SimpleProperty<WarehouseTaskExceptionCode>Selector for all available fields of WarehouseTaskExceptionCode.static final SimpleProperty.String<WarehouseTaskExceptionCode>static final SimpleProperty.String<WarehouseTaskExceptionCode>static final SimpleProperty.String<WarehouseTaskExceptionCode>static final NavigationProperty.Single<WarehouseTaskExceptionCode,WarehouseTask> Use with available request builders to apply the _WarehouseTask navigation property to query operations.static final SimpleProperty.String<WarehouseTaskExceptionCode>static final SimpleProperty.String<WarehouseTaskExceptionCode>static final SimpleProperty.String<WarehouseTaskExceptionCode>Fields inherited from class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
changedOriginalFields, ODATA_TYPE_ANNOTATIONS, ODATA_VERSION_ANNOTATIONS -
Constructor Summary
ConstructorsConstructorDescriptionWarehouseTaskExceptionCode(String eWMWarehouse, String warehouseTask, String warehouseTaskItem, String warehouseTaskExceptionCode, String businessContext, String businessContextExecutionStep, WarehouseTask to_WarehouseTask) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanprotected void(Key Field) Constraints: Not nullable, Maximum length: 3(Key Field) Constraints: Not nullable, Maximum length: 2protected Stringprotected String(Key Field) Constraints: Not nullable, Maximum length: 4protected ODataEntityKeygetKey()getType()(Key Field) Constraints: Not nullable, Maximum length: 12(Key Field) Constraints: Not nullable, Maximum length: 4io.vavr.control.Option<WarehouseTask>Retrieval of associated WarehouseTask entity (one to one).(Key Field) Constraints: Not nullable, Maximum length: 4inthashCode()voidsetBusinessContext(String businessContext) (Key Field) Constraints: Not nullable, Maximum length: 3voidsetBusinessContextExecutionStep(String businessContextExecutionStep) (Key Field) Constraints: Not nullable, Maximum length: 2voidsetEWMWarehouse(String eWMWarehouse) (Key Field) Constraints: Not nullable, Maximum length: 4voidsetWarehouseTask(WarehouseTask value) Overwrites the associated WarehouseTask entity for the loaded navigation property _WarehouseTask.voidsetWarehouseTask(String warehouseTask) (Key Field) Constraints: Not nullable, Maximum length: 12voidsetWarehouseTaskExceptionCode(String warehouseTaskExceptionCode) (Key Field) Constraints: Not nullable, Maximum length: 4voidsetWarehouseTaskItem(String warehouseTaskItem) (Key Field) Constraints: Not nullable, Maximum length: 4toString()Methods inherited from class com.sap.cloud.sdk.datamodel.odatav4.core.VdmEntity
all, attachToService, getDestinationForFetch, getServicePathForFetch, getVersionIdentifier, setDestinationForFetch, setServicePathForFetch, setVersionIdentifierMethods inherited from class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
getAnnotationProperties, getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields
-
Field Details
-
ALL_FIELDS
Selector for all available fields of WarehouseTaskExceptionCode. -
EWM_WAREHOUSE
-
WAREHOUSE_TASK
-
WAREHOUSE_TASK_ITEM
-
WAREHOUSE_TASK_EXCEPTION_CODE
-
BUSINESS_CONTEXT
-
BUSINESS_CONTEXT_EXECUTION_STEP
public static final SimpleProperty.String<WarehouseTaskExceptionCode> BUSINESS_CONTEXT_EXECUTION_STEP -
TO__WAREHOUSE_TASK
public static final NavigationProperty.Single<WarehouseTaskExceptionCode,WarehouseTask> TO__WAREHOUSE_TASKUse with available request builders to apply the _WarehouseTask navigation property to query operations.
-
-
Constructor Details
-
WarehouseTaskExceptionCode
public WarehouseTaskExceptionCode() -
WarehouseTaskExceptionCode
public WarehouseTaskExceptionCode(@Nullable String eWMWarehouse, @Nullable String warehouseTask, @Nullable String warehouseTaskItem, @Nullable String warehouseTaskExceptionCode, @Nullable String businessContext, @Nullable String businessContextExecutionStep, @Nullable WarehouseTask to_WarehouseTask)
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<WarehouseTaskExceptionCode>
-
setEWMWarehouse
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: EWMWarehouse
- Parameters:
eWMWarehouse- Warehouse Number/Warehouse Complex
-
setWarehouseTask
(Key Field) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: WarehouseTask
- Parameters:
warehouseTask- Warehouse Task
-
setWarehouseTaskItem
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: WarehouseTaskItem
- Parameters:
warehouseTaskItem- Warehouse Task Item
-
setWarehouseTaskExceptionCode
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: WarehouseTaskExceptionCode
- Parameters:
warehouseTaskExceptionCode- Exception Code
-
setBusinessContext
(Key Field) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: BusinessContext
- Parameters:
businessContext- Business Context
-
setBusinessContextExecutionStep
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: BusinessContextExecutionStep
- Parameters:
businessContextExecutionStep- Execution Step in Business Context
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<WarehouseTaskExceptionCode>
-
getKey
- Overrides:
getKeyin classVdmObject<WarehouseTaskExceptionCode>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<WarehouseTaskExceptionCode>
-
fromMap
- Overrides:
fromMapin classVdmObject<WarehouseTaskExceptionCode>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<WarehouseTaskExceptionCode>
-
getWarehouseTaskIfPresent
Retrieval of associated WarehouseTask entity (one to one). This corresponds to the OData navigation property _WarehouseTask.If the navigation property for an entity WarehouseTaskExceptionCode has not been resolved yet, this method will not query further information. Instead its
Optionresult state will beempty.- Returns:
- If the information for navigation property _WarehouseTask is already loaded, the result will
contain the WarehouseTask entity. If not, an
Optionwith result stateemptyis returned.
-
setWarehouseTask
Overwrites the associated WarehouseTask entity for the loaded navigation property _WarehouseTask.- Parameters:
value- New WarehouseTask entity.
-
builder
-
getEWMWarehouse
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: EWMWarehouse
- Returns:
- Warehouse Number/Warehouse Complex
-
getWarehouseTask
(Key Field) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: WarehouseTask
- Returns:
- Warehouse Task
-
getWarehouseTaskItem
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: WarehouseTaskItem
- Returns:
- Warehouse Task Item
-
getWarehouseTaskExceptionCode
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: WarehouseTaskExceptionCode
- Returns:
- Exception Code
-
getBusinessContext
(Key Field) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: BusinessContext
- Returns:
- Business Context
-
getBusinessContextExecutionStep
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: BusinessContextExecutionStep
- Returns:
- Execution Step in Business Context
-
toString
- Overrides:
toStringin classVdmObject<WarehouseTaskExceptionCode>
-
equals
- Overrides:
equalsin classVdmEntity<WarehouseTaskExceptionCode>
-
canEqual
- Overrides:
canEqualin classVdmEntity<WarehouseTaskExceptionCode>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<WarehouseTaskExceptionCode>
-
getOdataType
- Specified by:
getOdataTypein classVdmObject<WarehouseTaskExceptionCode>
-