Class WarehouseText
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.VdmObject<EntityT>
com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity<WarehouseText>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.warehouse.WarehouseText
Warehouse - Text
Original entity name from the Odata EDM: WarehouseTextType
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final WarehouseTextSelectableSelector for all available fields of WarehouseText.static final WarehouseTextField<String>Use with available fluent helpers to apply the Language field to query operations.static final WarehouseTextField<String>Use with available fluent helpers to apply the Warehouse field to query operations.static final WarehouseTextField<String>Use with available fluent helpers to apply the WarehouseName 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>
WarehouseTextField<T>field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> WarehouseTextField<T>Use with available fluent helpers to apply an extension field to query operations.protected voidprotected Stringprotected StringgetKey()(Key Field) Constraints: Not nullable, Maximum length: 2getType()(Key Field) Constraints: Not nullable, Maximum length: 4Constraints: Not nullable, Maximum length: 40inthashCode()voidsetLanguage(String language) (Key Field) Constraints: Not nullable, Maximum length: 2protected voidsetServicePathForFetch(String servicePathForFetch) voidsetWarehouse(String warehouse) (Key Field) Constraints: Not nullable, Maximum length: 4voidsetWarehouseName(String warehouseName) Constraints: Not nullable, Maximum length: 40toString()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 WarehouseText. -
LANGUAGE
Use with available fluent helpers to apply the Language field to query operations. -
WAREHOUSE
Use with available fluent helpers to apply the Warehouse field to query operations. -
WAREHOUSE_NAME
Use with available fluent helpers to apply the WarehouseName field to query operations.
-
-
Constructor Details
-
WarehouseText
public WarehouseText() -
WarehouseText
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<WarehouseText>
-
setLanguage
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Parameters:
language- Language Key
-
setWarehouse
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: Warehouse
- Parameters:
warehouse- Warehouse Number/Warehouse Complex
-
setWarehouseName
Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: WarehouseName
- Parameters:
warehouseName- Description
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<WarehouseText>
-
getKey
- Overrides:
getKeyin classVdmObject<WarehouseText>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<WarehouseText>
-
fromMap
- Overrides:
fromMapin classVdmObject<WarehouseText>
-
field
@Nonnull public static <T> WarehouseTextField<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> WarehouseTextField<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<WarehouseText>
-
setServicePathForFetch
- Overrides:
setServicePathForFetchin classVdmEntity<WarehouseText>
-
attachToService
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination) - Overrides:
attachToServicein classVdmEntity<WarehouseText>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<WarehouseText>
-
builder
-
getLanguage
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
- Language Key
-
getWarehouse
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: Warehouse
- Returns:
- Warehouse Number/Warehouse Complex
-
getWarehouseName
Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: WarehouseName
- Returns:
- Description
-
toString
- Overrides:
toStringin classVdmObject<WarehouseText>
-
equals
- Overrides:
equalsin classVdmEntity<WarehouseText>
-
canEqual
- Overrides:
canEqualin classVdmEntity<WarehouseText>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<WarehouseText>
-