Class JITCallRefTextHdr
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.VdmObject<EntityT>
com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity<JITCallRefTextHdr>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.justintimecall.JITCallRefTextHdr
Header Reference Text
Original entity name from the Odata EDM: A_JITCallRefTextHdrType
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JITCallRefTextHdrSelectableSelector for all available fields of JITCallRefTextHdr.static final JITCallRefTextHdrField<String>Use with available fluent helpers to apply the InternalJITCallNumber field to query operations.static final JITCallRefTextHdrField<String>Use with available fluent helpers to apply the JITRefText field to query operations.static final JITCallRefTextHdrField<String>Use with available fluent helpers to apply the JITRefType field to query operations.static final JITCallRefTextHdrField<String>Use with available fluent helpers to apply the ShipToParty field to query operations.Fields inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
changedOriginalFields -
Constructor Summary
ConstructorsConstructorDescriptionJITCallRefTextHdr(String internalJITCallNumber, String jITRefType, String jITRefText, String shipToParty) -
Method Summary
Modifier and TypeMethodDescriptionvoidattachToService(String servicePath, HttpDestinationProperties destination) builder()protected booleanbooleanstatic <T,DomainT>
JITCallRefTextHdrField<T>field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> JITCallRefTextHdrField<T>Use with available fluent helpers to apply an extension field to query operations.protected voidprotected Stringprotected String(Key Field) Constraints: Not nullable, Maximum length: 10Constraints: none(Key Field) Constraints: Not nullable, Maximum length: 4getKey()Constraints: Not nullable, Maximum length: 10getType()inthashCode()voidsetInternalJITCallNumber(String internalJITCallNumber) (Key Field) Constraints: Not nullable, Maximum length: 10voidsetJITRefText(String jITRefText) Constraints: nonevoidsetJITRefType(String jITRefType) (Key Field) Constraints: Not nullable, Maximum length: 4protected voidsetServicePathForFetch(String servicePathForFetch) voidsetShipToParty(String shipToParty) Constraints: Not nullable, Maximum length: 10toString()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 JITCallRefTextHdr. -
INTERNAL_JIT_CALL_NUMBER
Use with available fluent helpers to apply the InternalJITCallNumber field to query operations. -
JIT_REF_TYPE
Use with available fluent helpers to apply the JITRefType field to query operations. -
JIT_REF_TEXT
Use with available fluent helpers to apply the JITRefText field to query operations. -
SHIP_TO_PARTY
Use with available fluent helpers to apply the ShipToParty field to query operations.
-
-
Constructor Details
-
JITCallRefTextHdr
public JITCallRefTextHdr() -
JITCallRefTextHdr
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<JITCallRefTextHdr>
-
setInternalJITCallNumber
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: InternalJITCallNumber
- Parameters:
internalJITCallNumber- Call Number
-
setJITRefType
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: JITRefType
- Parameters:
jITRefType- Type of Reference Number
-
setJITRefText
Constraints: noneOriginal property name from the Odata EDM: JITRefText
- Parameters:
jITRefText- Reference Number / Reference Text for JIT Call
-
setShipToParty
Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: ShipToParty
- Parameters:
shipToParty- Ship-to Party
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<JITCallRefTextHdr>
-
getKey
- Overrides:
getKeyin classVdmObject<JITCallRefTextHdr>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<JITCallRefTextHdr>
-
fromMap
- Overrides:
fromMapin classVdmObject<JITCallRefTextHdr>
-
field
@Nonnull public static <T> JITCallRefTextHdrField<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> JITCallRefTextHdrField<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<JITCallRefTextHdr>
-
setServicePathForFetch
- Overrides:
setServicePathForFetchin classVdmEntity<JITCallRefTextHdr>
-
attachToService
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination) - Overrides:
attachToServicein classVdmEntity<JITCallRefTextHdr>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<JITCallRefTextHdr>
-
builder
-
getInternalJITCallNumber
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: InternalJITCallNumber
- Returns:
- Call Number
-
getJITRefType
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: JITRefType
- Returns:
- Type of Reference Number
-
getJITRefText
Constraints: noneOriginal property name from the Odata EDM: JITRefText
- Returns:
- Reference Number / Reference Text for JIT Call
-
getShipToParty
Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: ShipToParty
- Returns:
- Ship-to Party
-
toString
- Overrides:
toStringin classVdmObject<JITCallRefTextHdr>
-
equals
- Overrides:
equalsin classVdmEntity<JITCallRefTextHdr>
-
canEqual
- Overrides:
canEqualin classVdmEntity<JITCallRefTextHdr>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<JITCallRefTextHdr>
-