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

public class JITCallRefTextHdr extends VdmEntity<JITCallRefTextHdr>
Header Reference Text

Original entity name from the Odata EDM: A_JITCallRefTextHdrType

  • Field Details

    • ALL_FIELDS

      public static final JITCallRefTextHdrSelectable ALL_FIELDS
      Selector for all available fields of JITCallRefTextHdr.
    • INTERNAL_JIT_CALL_NUMBER

      public static final JITCallRefTextHdrField<String> INTERNAL_JIT_CALL_NUMBER
      Use with available fluent helpers to apply the InternalJITCallNumber field to query operations.
    • JIT_REF_TYPE

      public static final JITCallRefTextHdrField<String> JIT_REF_TYPE
      Use with available fluent helpers to apply the JITRefType field to query operations.
    • JIT_REF_TEXT

      public static final JITCallRefTextHdrField<String> JIT_REF_TEXT
      Use with available fluent helpers to apply the JITRefText field to query operations.
    • SHIP_TO_PARTY

      public static final JITCallRefTextHdrField<String> SHIP_TO_PARTY
      Use with available fluent helpers to apply the ShipToParty field to query operations.
  • Constructor Details

    • JITCallRefTextHdr

      public JITCallRefTextHdr()
    • JITCallRefTextHdr

      public JITCallRefTextHdr(@Nullable String internalJITCallNumber, @Nullable String jITRefType, @Nullable String jITRefText, @Nullable String shipToParty)
  • Method Details

    • getType

      @Nonnull public Class<JITCallRefTextHdr> getType()
      Specified by:
      getType in class VdmObject<JITCallRefTextHdr>
    • setInternalJITCallNumber

      public void setInternalJITCallNumber(@Nullable String internalJITCallNumber)
      (Key Field) Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: InternalJITCallNumber

      Parameters:
      internalJITCallNumber - Call Number
    • setJITRefType

      public void setJITRefType(@Nullable String jITRefType)
      (Key Field) Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: JITRefType

      Parameters:
      jITRefType - Type of Reference Number
    • setJITRefText

      public void setJITRefText(@Nullable String jITRefText)
      Constraints: none

      Original property name from the Odata EDM: JITRefText

      Parameters:
      jITRefText - Reference Number / Reference Text for JIT Call
    • setShipToParty

      public void setShipToParty(@Nullable String shipToParty)
      Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: ShipToParty

      Parameters:
      shipToParty - Ship-to Party
    • getEntityCollection

      protected String getEntityCollection()
      Specified by:
      getEntityCollection in class VdmEntity<JITCallRefTextHdr>
    • getKey

      @Nonnull protected Map<String,Object> getKey()
      Overrides:
      getKey in class VdmObject<JITCallRefTextHdr>
    • toMapOfFields

      @Nonnull protected Map<String,Object> toMapOfFields()
      Overrides:
      toMapOfFields in class VdmObject<JITCallRefTextHdr>
    • fromMap

      protected void fromMap(Map<String,Object> inputValues)
      Overrides:
      fromMap in class VdmObject<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 field
      fieldName - 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

      @Nullable public HttpDestinationProperties getDestinationForFetch()
      Overrides:
      getDestinationForFetch in class VdmEntity<JITCallRefTextHdr>
    • setServicePathForFetch

      protected void setServicePathForFetch(@Nullable String servicePathForFetch)
      Overrides:
      setServicePathForFetch in class VdmEntity<JITCallRefTextHdr>
    • attachToService

      public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination)
      Overrides:
      attachToService in class VdmEntity<JITCallRefTextHdr>
    • getDefaultServicePath

      protected String getDefaultServicePath()
      Overrides:
      getDefaultServicePath in class VdmEntity<JITCallRefTextHdr>
    • builder

      @Nonnull public static JITCallRefTextHdr.JITCallRefTextHdrBuilder builder()
    • getInternalJITCallNumber

      @Nullable public String getInternalJITCallNumber()
      (Key Field) Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: InternalJITCallNumber

      Returns:
      Call Number
    • getJITRefType

      @Nullable public String getJITRefType()
      (Key Field) Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: JITRefType

      Returns:
      Type of Reference Number
    • getJITRefText

      @Nullable public String getJITRefText()
      Constraints: none

      Original property name from the Odata EDM: JITRefText

      Returns:
      Reference Number / Reference Text for JIT Call
    • getShipToParty

      @Nullable public String getShipToParty()
      Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: ShipToParty

      Returns:
      Ship-to Party
    • toString

      @Nonnull public String toString()
      Overrides:
      toString in class VdmObject<JITCallRefTextHdr>
    • equals

      public boolean equals(@Nullable Object o)
      Overrides:
      equals in class VdmEntity<JITCallRefTextHdr>
    • canEqual

      protected boolean canEqual(@Nullable Object other)
      Overrides:
      canEqual in class VdmEntity<JITCallRefTextHdr>
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class VdmEntity<JITCallRefTextHdr>