java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.VdmObject<EntityT>
com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity<SuplrActyTskCommText>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.supplieractivitytask.SuplrActyTskCommText

public class SuplrActyTskCommText extends VdmEntity<SuplrActyTskCommText>
Collaboration Note

Original entity name from the Odata EDM: A_SuplrActyTskCommTextType

  • Field Details

    • ALL_FIELDS

      public static final SuplrActyTskCommTextSelectable ALL_FIELDS
      Selector for all available fields of SuplrActyTskCommText.
    • SUPLR_ACTY_TASK_UUID

      public static final SuplrActyTskCommTextField<UUID> SUPLR_ACTY_TASK_UUID
      Use with available fluent helpers to apply the SuplrActyTaskUUID field to query operations.
    • LANGUAGE

      public static final SuplrActyTskCommTextField<String> LANGUAGE
      Use with available fluent helpers to apply the Language field to query operations.
    • SUPLR_ACTY_TSK_COMMUNICATION_TEXT

      public static final SuplrActyTskCommTextField<String> SUPLR_ACTY_TSK_COMMUNICATION_TEXT
      Use with available fluent helpers to apply the SuplrActyTskCommunicationText field to query operations.
  • Constructor Details

    • SuplrActyTskCommText

      public SuplrActyTskCommText()
    • SuplrActyTskCommText

      public SuplrActyTskCommText(@Nullable UUID suplrActyTaskUUID, @Nullable String language, @Nullable String suplrActyTskCommunicationText)
  • Method Details

    • getType

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

      public void setSuplrActyTaskUUID(@Nullable UUID suplrActyTaskUUID)
      (Key Field) Constraints: Not nullable

      Original property name from the Odata EDM: SuplrActyTaskUUID

      Parameters:
      suplrActyTaskUUID - Task UUID
    • setLanguage

      public void setLanguage(@Nullable String language)
      (Key Field) Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: Language

      Parameters:
      language - Language Key
    • setSuplrActyTskCommunicationText

      public void setSuplrActyTskCommunicationText(@Nullable String suplrActyTskCommunicationText)
      Constraints: none

      Original property name from the Odata EDM: SuplrActyTskCommunicationText

      Parameters:
      suplrActyTskCommunicationText - Text Content
    • getEntityCollection

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

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

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

      protected void fromMap(Map<String,Object> inputValues)
      Overrides:
      fromMap in class VdmObject<SuplrActyTskCommText>
    • field

      @Nonnull public static <T> SuplrActyTskCommTextField<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> SuplrActyTskCommTextField<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<SuplrActyTskCommText>
    • setServicePathForFetch

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

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

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

      @Nonnull public static SuplrActyTskCommText.SuplrActyTskCommTextBuilder builder()
    • getSuplrActyTaskUUID

      @Nullable public UUID getSuplrActyTaskUUID()
      (Key Field) Constraints: Not nullable

      Original property name from the Odata EDM: SuplrActyTaskUUID

      Returns:
      Task UUID
    • getLanguage

      @Nullable public String getLanguage()
      (Key Field) Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: Language

      Returns:
      Language Key
    • getSuplrActyTskCommunicationText

      @Nullable public String getSuplrActyTskCommunicationText()
      Constraints: none

      Original property name from the Odata EDM: SuplrActyTskCommunicationText

      Returns:
      Text Content
    • toString

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

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

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

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