Class OutbDeliveryItemText
Original entity name from the Odata EDM: A_OutbDeliveryItemTextType
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final OutbDeliveryItemTextSelectableSelector for all available fields of OutbDeliveryItemText.static final OutbDeliveryItemTextField<String>Use with available fluent helpers to apply the DeliveryDocument field to query operations.static final OutbDeliveryItemTextField<String>Use with available fluent helpers to apply the DeliveryDocumentItem field to query operations.static final OutbDeliveryItemTextField<Boolean>Use with available fluent helpers to apply the DeliveryLongTextIsFormatted field to query operations.static final OutbDeliveryItemTextField<String>Use with available fluent helpers to apply the Language field to query operations.static final OutbDeliveryItemTextField<String>Use with available fluent helpers to apply the TextElement field to query operations.static final OutbDeliveryItemTextField<String>Use with available fluent helpers to apply the TextElementDescription field to query operations.static final OutbDeliveryItemTextField<String>Use with available fluent helpers to apply the TextElementText 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>
OutbDeliveryItemTextField<T>field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> OutbDeliveryItemTextField<T>Use with available fluent helpers to apply an extension field to query operations.protected voidprotected String(Key Field) Constraints: Not nullable, Maximum length: 10(Key Field) Constraints: Not nullable, Maximum length: 6Constraints: Not nullableprotected StringgetKey()(Key Field) Constraints: Not nullable, Maximum length: 2(Key Field) Constraints: Not nullable, Maximum length: 4Constraints: Not nullable, Maximum length: 30Constraints: Not nullablegetType()inthashCode()voidsetDeliveryDocument(String deliveryDocument) (Key Field) Constraints: Not nullable, Maximum length: 10voidsetDeliveryDocumentItem(String deliveryDocumentItem) (Key Field) Constraints: Not nullable, Maximum length: 6voidsetDeliveryLongTextIsFormatted(Boolean deliveryLongTextIsFormatted) Constraints: Not nullablevoidsetLanguage(String language) (Key Field) Constraints: Not nullable, Maximum length: 2protected voidsetServicePathForFetch(String servicePathForFetch) voidsetTextElement(String textElement) (Key Field) Constraints: Not nullable, Maximum length: 4voidsetTextElementDescription(String textElementDescription) Constraints: Not nullable, Maximum length: 30voidsetTextElementText(String textElementText) Constraints: Not nullabletoString()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 OutbDeliveryItemText. -
DELIVERY_DOCUMENT
Use with available fluent helpers to apply the DeliveryDocument field to query operations. -
DELIVERY_DOCUMENT_ITEM
Use with available fluent helpers to apply the DeliveryDocumentItem field to query operations. -
TEXT_ELEMENT
Use with available fluent helpers to apply the TextElement field to query operations. -
LANGUAGE
Use with available fluent helpers to apply the Language field to query operations. -
TEXT_ELEMENT_DESCRIPTION
Use with available fluent helpers to apply the TextElementDescription field to query operations. -
TEXT_ELEMENT_TEXT
Use with available fluent helpers to apply the TextElementText field to query operations. -
DELIVERY_LONG_TEXT_IS_FORMATTED
Use with available fluent helpers to apply the DeliveryLongTextIsFormatted field to query operations.
-
-
Constructor Details
-
OutbDeliveryItemText
public OutbDeliveryItemText() -
OutbDeliveryItemText
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<OutbDeliveryItemText>
-
setDeliveryDocument
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: DeliveryDocument
- Parameters:
deliveryDocument- Delivery
-
setDeliveryDocumentItem
(Key Field) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: DeliveryDocumentItem
- Parameters:
deliveryDocumentItem- Item
-
setTextElement
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: TextElement
- Parameters:
textElement- Text ID
-
setLanguage
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Parameters:
language- Language
-
setTextElementDescription
Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: TextElementDescription
- Parameters:
textElementDescription- Description
-
setTextElementText
Constraints: Not nullableOriginal property name from the Odata EDM: TextElementText
- Parameters:
textElementText- The textElementText to set.
-
setDeliveryLongTextIsFormatted
Constraints: Not nullableOriginal property name from the Odata EDM: DeliveryLongTextIsFormatted
- Parameters:
deliveryLongTextIsFormatted- Truth Value
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<OutbDeliveryItemText>
-
getKey
- Overrides:
getKeyin classVdmObject<OutbDeliveryItemText>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<OutbDeliveryItemText>
-
fromMap
- Overrides:
fromMapin classVdmObject<OutbDeliveryItemText>
-
field
@Nonnull public static <T> OutbDeliveryItemTextField<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> OutbDeliveryItemTextField<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<OutbDeliveryItemText>
-
setServicePathForFetch
- Overrides:
setServicePathForFetchin classVdmEntity<OutbDeliveryItemText>
-
attachToService
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination) - Overrides:
attachToServicein classVdmEntity<OutbDeliveryItemText>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<OutbDeliveryItemText>
-
builder
-
getDeliveryDocument
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: DeliveryDocument
- Returns:
- Delivery
-
getDeliveryDocumentItem
(Key Field) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: DeliveryDocumentItem
- Returns:
- Item
-
getTextElement
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: TextElement
- Returns:
- Text ID
-
getLanguage
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
- Language
-
getTextElementDescription
Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: TextElementDescription
- Returns:
- Description
-
getTextElementText
Constraints: Not nullableOriginal property name from the Odata EDM: TextElementText
- Returns:
- The textElementText contained in this entity.
-
getDeliveryLongTextIsFormatted
Constraints: Not nullableOriginal property name from the Odata EDM: DeliveryLongTextIsFormatted
- Returns:
- Truth Value
-
toString
- Overrides:
toStringin classVdmObject<OutbDeliveryItemText>
-
equals
- Overrides:
equalsin classVdmEntity<OutbDeliveryItemText>
-
canEqual
- Overrides:
canEqualin classVdmEntity<OutbDeliveryItemText>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<OutbDeliveryItemText>
-