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

public class SupplierActivityTask extends VdmEntity<SupplierActivityTask>
Procurement-Related Task

Original entity name from the Odata EDM: A_SupplierActivityTaskType

  • Field Details

    • ALL_FIELDS

      public static final SupplierActivityTaskSelectable ALL_FIELDS
      Selector for all available fields of SupplierActivityTask.
    • SUPLR_ACTY_TASK_UUID

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

      public static final SupplierActivityTaskField<String> SUPPLIER_ACTIVITY_TASK
      Use with available fluent helpers to apply the SupplierActivityTask field to query operations.
    • SUPLR_ACTY_TASK_NAME

      public static final SupplierActivityTaskField<String> SUPLR_ACTY_TASK_NAME
      Use with available fluent helpers to apply the SuplrActyTaskName field to query operations.
    • CREATION_DATE_TIME

      public static final SupplierActivityTaskField<ZonedDateTime> CREATION_DATE_TIME
      Use with available fluent helpers to apply the CreationDateTime field to query operations.
    • CREATED_BY_USER

      public static final SupplierActivityTaskField<String> CREATED_BY_USER
      Use with available fluent helpers to apply the CreatedByUser field to query operations.
    • LAST_CHANGED_BY_USER

      public static final SupplierActivityTaskField<String> LAST_CHANGED_BY_USER
      Use with available fluent helpers to apply the LastChangedByUser field to query operations.
    • END_DATE

      public static final SupplierActivityTaskField<LocalDateTime> END_DATE
      Use with available fluent helpers to apply the EndDate field to query operations.
    • LANGUAGE

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

      public static final SupplierActivityTaskField<String> SUPLR_ACTY_TASK_PRIORITY
      Use with available fluent helpers to apply the SuplrActyTaskPriority field to query operations.
    • SUPLR_ACTY_TASK_LIFECYCLE_STATUS

      public static final SupplierActivityTaskField<String> SUPLR_ACTY_TASK_LIFECYCLE_STATUS
      Use with available fluent helpers to apply the SuplrActyTaskLifecycleStatus field to query operations.
    • TO_SUPLR_ACTY_TSK_ACTY_REFERENCE

      public static final SupplierActivityTaskOneToOneLink<SuplrActyTskActyReference> TO_SUPLR_ACTY_TSK_ACTY_REFERENCE
      Use with available fluent helpers to apply the to_SuplrActyTskActyReference navigation property to query operations.
    • TO_SUPLR_ACTY_TSK_COMM_TEXT

      public static final SupplierActivityTaskOneToOneLink<SuplrActyTskCommText> TO_SUPLR_ACTY_TSK_COMM_TEXT
      Use with available fluent helpers to apply the to_SuplrActyTskCommText navigation property to query operations.
    • TO_SUPLR_ACTY_TSK_DESCRIPTION

      public static final SupplierActivityTaskOneToOneLink<SuplrActyTskDescription> TO_SUPLR_ACTY_TSK_DESCRIPTION
      Use with available fluent helpers to apply the to_SuplrActyTskDescription navigation property to query operations.
    • TO_SUPLR_ACTY_TSK_MESSAGE_TEXT

      public static final SupplierActivityTaskOneToOneLink<SuplrActyTskMessageText> TO_SUPLR_ACTY_TSK_MESSAGE_TEXT
      Use with available fluent helpers to apply the to_SuplrActyTskMessageText navigation property to query operations.
    • TO_SUPLR_ACTY_TSK_PROCESSOR

      public static final SupplierActivityTaskOneToOneLink<SuplrActyTskProcessor> TO_SUPLR_ACTY_TSK_PROCESSOR
      Use with available fluent helpers to apply the to_SuplrActyTskProcessor navigation property to query operations.
    • TO_SUPLR_ACTY_TSK_PURCHASER_RESP

      public static final SupplierActivityTaskOneToOneLink<SuplrActyTskPurchaserResp> TO_SUPLR_ACTY_TSK_PURCHASER_RESP
      Use with available fluent helpers to apply the to_SuplrActyTskPurchaserResp navigation property to query operations.
    • TO_SUPLR_ACTY_TSK_SUPPLIER

      public static final SupplierActivityTaskLink<SuplrActyTskSupplier> TO_SUPLR_ACTY_TSK_SUPPLIER
      Use with available fluent helpers to apply the to_SuplrActyTskSupplier navigation property to query operations.
  • Constructor Details

  • Method Details

    • getType

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

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

      Original property name from the Odata EDM: SuplrActyTaskUUID

      Parameters:
      suplrActyTaskUUID - Task UUID
    • setSupplierActivityTask

      public void setSupplierActivityTask(@Nullable String supplierActivityTask)
      Constraints: Not nullable, Maximum length: 20

      Original property name from the Odata EDM: SupplierActivityTask

      Parameters:
      supplierActivityTask - Task ID
    • setSuplrActyTaskName

      public void setSuplrActyTaskName(@Nullable String suplrActyTaskName)
      Constraints: Not nullable, Maximum length: 60

      Original property name from the Odata EDM: SuplrActyTaskName

      Parameters:
      suplrActyTaskName - Task Name
    • setCreationDateTime

      public void setCreationDateTime(@Nullable ZonedDateTime creationDateTime)
      Constraints: Not nullable, Precision: 7

      Original property name from the Odata EDM: CreationDateTime

      Parameters:
      creationDateTime - Created On
    • setCreatedByUser

      public void setCreatedByUser(@Nullable String createdByUser)
      Constraints: Not nullable, Maximum length: 60

      Original property name from the Odata EDM: CreatedByUser

      Parameters:
      createdByUser - Created-By Name
    • setLastChangedByUser

      public void setLastChangedByUser(@Nullable String lastChangedByUser)
      Constraints: Not nullable, Maximum length: 60

      Original property name from the Odata EDM: LastChangedByUser

      Parameters:
      lastChangedByUser - Changed-By Name
    • setEndDate

      public void setEndDate(@Nullable LocalDateTime endDate)
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: EndDate

      Parameters:
      endDate - Due Date
    • setLanguage

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

      Original property name from the Odata EDM: Language

      Parameters:
      language - Language
    • setSuplrActyTaskPriority

      public void setSuplrActyTaskPriority(@Nullable String suplrActyTaskPriority)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: SuplrActyTaskPriority

      Parameters:
      suplrActyTaskPriority - Priority of a Task
    • setSuplrActyTaskLifecycleStatus

      public void setSuplrActyTaskLifecycleStatus(@Nullable String suplrActyTaskLifecycleStatus)
      Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: SuplrActyTaskLifecycleStatus

      Parameters:
      suplrActyTaskLifecycleStatus - Lifecycle Status Code for Tasks
    • getEntityCollection

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

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

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

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

      @Nonnull public static <T> SupplierActivityTaskField<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> SupplierActivityTaskField<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<SupplierActivityTask>
    • setServicePathForFetch

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

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

      protected String getDefaultServicePath()
      Overrides:
      getDefaultServicePath in class VdmEntity<SupplierActivityTask>
    • toMapOfNavigationProperties

      @Nonnull protected Map<String,Object> toMapOfNavigationProperties()
      Overrides:
      toMapOfNavigationProperties in class VdmObject<SupplierActivityTask>
    • fetchSuplrActyTskActyReference

      @Nullable public SuplrActyTskActyReference fetchSuplrActyTskActyReference()
      Fetches the SuplrActyTskActyReference entity (one to one) associated with this entity. This corresponds to the OData navigation property to_SuplrActyTskActyReference.

      Please note: This method will not cache or persist the query results.

      Returns:
      The single associated SuplrActyTskActyReference entity, or null if an entity is not associated.
      Throws:
      com.sap.cloud.sdk.datamodel.odata.client.exception.ODataException - If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and therefore has no ERP configuration context assigned. An entity is managed if it has been either retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or UPDATE call.
    • getSuplrActyTskActyReferenceOrFetch

      @Nullable public SuplrActyTskActyReference getSuplrActyTskActyReferenceOrFetch()
      Retrieval of associated SuplrActyTskActyReference entity (one to one). This corresponds to the OData navigation property to_SuplrActyTskActyReference.

      If the navigation property to_SuplrActyTskActyReference of a queried SupplierActivityTask is operated lazily, an ODataException can be thrown in case of an OData query error.

      Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.

      Returns:
      List of associated SuplrActyTskActyReference entity.
      Throws:
      com.sap.cloud.sdk.datamodel.odata.client.exception.ODataException - If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and therefore has no ERP configuration context assigned. An entity is managed if it has been either retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or UPDATE call.
    • getSuplrActyTskActyReferenceIfPresent

      @Nonnull public io.vavr.control.Option<SuplrActyTskActyReference> getSuplrActyTskActyReferenceIfPresent()
      Retrieval of associated SuplrActyTskActyReference entity (one to one). This corresponds to the OData navigation property to_SuplrActyTskActyReference.

      If the navigation property for an entity SupplierActivityTask has not been resolved yet, this method will not query further information. Instead its Option result state will be empty.

      Returns:
      If the information for navigation property to_SuplrActyTskActyReference is already loaded, the result will contain the SuplrActyTskActyReference entity. If not, an Option with result state empty is returned.
    • setSuplrActyTskActyReference

      public void setSuplrActyTskActyReference(SuplrActyTskActyReference value)
      Overwrites the associated SuplrActyTskActyReference entity for the loaded navigation property to_SuplrActyTskActyReference.
      Parameters:
      value - New SuplrActyTskActyReference entity.
    • fetchSuplrActyTskCommText

      @Nullable public SuplrActyTskCommText fetchSuplrActyTskCommText()
      Fetches the SuplrActyTskCommText entity (one to one) associated with this entity. This corresponds to the OData navigation property to_SuplrActyTskCommText.

      Please note: This method will not cache or persist the query results.

      Returns:
      The single associated SuplrActyTskCommText entity, or null if an entity is not associated.
      Throws:
      com.sap.cloud.sdk.datamodel.odata.client.exception.ODataException - If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and therefore has no ERP configuration context assigned. An entity is managed if it has been either retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or UPDATE call.
    • getSuplrActyTskCommTextOrFetch

      @Nullable public SuplrActyTskCommText getSuplrActyTskCommTextOrFetch()
      Retrieval of associated SuplrActyTskCommText entity (one to one). This corresponds to the OData navigation property to_SuplrActyTskCommText.

      If the navigation property to_SuplrActyTskCommText of a queried SupplierActivityTask is operated lazily, an ODataException can be thrown in case of an OData query error.

      Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.

      Returns:
      List of associated SuplrActyTskCommText entity.
      Throws:
      com.sap.cloud.sdk.datamodel.odata.client.exception.ODataException - If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and therefore has no ERP configuration context assigned. An entity is managed if it has been either retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or UPDATE call.
    • getSuplrActyTskCommTextIfPresent

      @Nonnull public io.vavr.control.Option<SuplrActyTskCommText> getSuplrActyTskCommTextIfPresent()
      Retrieval of associated SuplrActyTskCommText entity (one to one). This corresponds to the OData navigation property to_SuplrActyTskCommText.

      If the navigation property for an entity SupplierActivityTask has not been resolved yet, this method will not query further information. Instead its Option result state will be empty.

      Returns:
      If the information for navigation property to_SuplrActyTskCommText is already loaded, the result will contain the SuplrActyTskCommText entity. If not, an Option with result state empty is returned.
    • setSuplrActyTskCommText

      public void setSuplrActyTskCommText(SuplrActyTskCommText value)
      Overwrites the associated SuplrActyTskCommText entity for the loaded navigation property to_SuplrActyTskCommText.
      Parameters:
      value - New SuplrActyTskCommText entity.
    • fetchSuplrActyTskDescription

      @Nullable public SuplrActyTskDescription fetchSuplrActyTskDescription()
      Fetches the SuplrActyTskDescription entity (one to one) associated with this entity. This corresponds to the OData navigation property to_SuplrActyTskDescription.

      Please note: This method will not cache or persist the query results.

      Returns:
      The single associated SuplrActyTskDescription entity, or null if an entity is not associated.
      Throws:
      com.sap.cloud.sdk.datamodel.odata.client.exception.ODataException - If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and therefore has no ERP configuration context assigned. An entity is managed if it has been either retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or UPDATE call.
    • getSuplrActyTskDescriptionOrFetch

      @Nullable public SuplrActyTskDescription getSuplrActyTskDescriptionOrFetch()
      Retrieval of associated SuplrActyTskDescription entity (one to one). This corresponds to the OData navigation property to_SuplrActyTskDescription.

      If the navigation property to_SuplrActyTskDescription of a queried SupplierActivityTask is operated lazily, an ODataException can be thrown in case of an OData query error.

      Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.

      Returns:
      List of associated SuplrActyTskDescription entity.
      Throws:
      com.sap.cloud.sdk.datamodel.odata.client.exception.ODataException - If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and therefore has no ERP configuration context assigned. An entity is managed if it has been either retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or UPDATE call.
    • getSuplrActyTskDescriptionIfPresent

      @Nonnull public io.vavr.control.Option<SuplrActyTskDescription> getSuplrActyTskDescriptionIfPresent()
      Retrieval of associated SuplrActyTskDescription entity (one to one). This corresponds to the OData navigation property to_SuplrActyTskDescription.

      If the navigation property for an entity SupplierActivityTask has not been resolved yet, this method will not query further information. Instead its Option result state will be empty.

      Returns:
      If the information for navigation property to_SuplrActyTskDescription is already loaded, the result will contain the SuplrActyTskDescription entity. If not, an Option with result state empty is returned.
    • setSuplrActyTskDescription

      public void setSuplrActyTskDescription(SuplrActyTskDescription value)
      Overwrites the associated SuplrActyTskDescription entity for the loaded navigation property to_SuplrActyTskDescription.
      Parameters:
      value - New SuplrActyTskDescription entity.
    • fetchSuplrActyTskMessageText

      @Nullable public SuplrActyTskMessageText fetchSuplrActyTskMessageText()
      Fetches the SuplrActyTskMessageText entity (one to one) associated with this entity. This corresponds to the OData navigation property to_SuplrActyTskMessageText.

      Please note: This method will not cache or persist the query results.

      Returns:
      The single associated SuplrActyTskMessageText entity, or null if an entity is not associated.
      Throws:
      com.sap.cloud.sdk.datamodel.odata.client.exception.ODataException - If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and therefore has no ERP configuration context assigned. An entity is managed if it has been either retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or UPDATE call.
    • getSuplrActyTskMessageTextOrFetch

      @Nullable public SuplrActyTskMessageText getSuplrActyTskMessageTextOrFetch()
      Retrieval of associated SuplrActyTskMessageText entity (one to one). This corresponds to the OData navigation property to_SuplrActyTskMessageText.

      If the navigation property to_SuplrActyTskMessageText of a queried SupplierActivityTask is operated lazily, an ODataException can be thrown in case of an OData query error.

      Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.

      Returns:
      List of associated SuplrActyTskMessageText entity.
      Throws:
      com.sap.cloud.sdk.datamodel.odata.client.exception.ODataException - If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and therefore has no ERP configuration context assigned. An entity is managed if it has been either retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or UPDATE call.
    • getSuplrActyTskMessageTextIfPresent

      @Nonnull public io.vavr.control.Option<SuplrActyTskMessageText> getSuplrActyTskMessageTextIfPresent()
      Retrieval of associated SuplrActyTskMessageText entity (one to one). This corresponds to the OData navigation property to_SuplrActyTskMessageText.

      If the navigation property for an entity SupplierActivityTask has not been resolved yet, this method will not query further information. Instead its Option result state will be empty.

      Returns:
      If the information for navigation property to_SuplrActyTskMessageText is already loaded, the result will contain the SuplrActyTskMessageText entity. If not, an Option with result state empty is returned.
    • setSuplrActyTskMessageText

      public void setSuplrActyTskMessageText(SuplrActyTskMessageText value)
      Overwrites the associated SuplrActyTskMessageText entity for the loaded navigation property to_SuplrActyTskMessageText.
      Parameters:
      value - New SuplrActyTskMessageText entity.
    • fetchSuplrActyTskProcessor

      @Nullable public SuplrActyTskProcessor fetchSuplrActyTskProcessor()
      Fetches the SuplrActyTskProcessor entity (one to one) associated with this entity. This corresponds to the OData navigation property to_SuplrActyTskProcessor.

      Please note: This method will not cache or persist the query results.

      Returns:
      The single associated SuplrActyTskProcessor entity, or null if an entity is not associated.
      Throws:
      com.sap.cloud.sdk.datamodel.odata.client.exception.ODataException - If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and therefore has no ERP configuration context assigned. An entity is managed if it has been either retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or UPDATE call.
    • getSuplrActyTskProcessorOrFetch

      @Nullable public SuplrActyTskProcessor getSuplrActyTskProcessorOrFetch()
      Retrieval of associated SuplrActyTskProcessor entity (one to one). This corresponds to the OData navigation property to_SuplrActyTskProcessor.

      If the navigation property to_SuplrActyTskProcessor of a queried SupplierActivityTask is operated lazily, an ODataException can be thrown in case of an OData query error.

      Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.

      Returns:
      List of associated SuplrActyTskProcessor entity.
      Throws:
      com.sap.cloud.sdk.datamodel.odata.client.exception.ODataException - If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and therefore has no ERP configuration context assigned. An entity is managed if it has been either retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or UPDATE call.
    • getSuplrActyTskProcessorIfPresent

      @Nonnull public io.vavr.control.Option<SuplrActyTskProcessor> getSuplrActyTskProcessorIfPresent()
      Retrieval of associated SuplrActyTskProcessor entity (one to one). This corresponds to the OData navigation property to_SuplrActyTskProcessor.

      If the navigation property for an entity SupplierActivityTask has not been resolved yet, this method will not query further information. Instead its Option result state will be empty.

      Returns:
      If the information for navigation property to_SuplrActyTskProcessor is already loaded, the result will contain the SuplrActyTskProcessor entity. If not, an Option with result state empty is returned.
    • setSuplrActyTskProcessor

      public void setSuplrActyTskProcessor(SuplrActyTskProcessor value)
      Overwrites the associated SuplrActyTskProcessor entity for the loaded navigation property to_SuplrActyTskProcessor.
      Parameters:
      value - New SuplrActyTskProcessor entity.
    • fetchSuplrActyTskPurchaserResp

      @Nullable public SuplrActyTskPurchaserResp fetchSuplrActyTskPurchaserResp()
      Fetches the SuplrActyTskPurchaserResp entity (one to one) associated with this entity. This corresponds to the OData navigation property to_SuplrActyTskPurchaserResp.

      Please note: This method will not cache or persist the query results.

      Returns:
      The single associated SuplrActyTskPurchaserResp entity, or null if an entity is not associated.
      Throws:
      com.sap.cloud.sdk.datamodel.odata.client.exception.ODataException - If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and therefore has no ERP configuration context assigned. An entity is managed if it has been either retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or UPDATE call.
    • getSuplrActyTskPurchaserRespOrFetch

      @Nullable public SuplrActyTskPurchaserResp getSuplrActyTskPurchaserRespOrFetch()
      Retrieval of associated SuplrActyTskPurchaserResp entity (one to one). This corresponds to the OData navigation property to_SuplrActyTskPurchaserResp.

      If the navigation property to_SuplrActyTskPurchaserResp of a queried SupplierActivityTask is operated lazily, an ODataException can be thrown in case of an OData query error.

      Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.

      Returns:
      List of associated SuplrActyTskPurchaserResp entity.
      Throws:
      com.sap.cloud.sdk.datamodel.odata.client.exception.ODataException - If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and therefore has no ERP configuration context assigned. An entity is managed if it has been either retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or UPDATE call.
    • getSuplrActyTskPurchaserRespIfPresent

      @Nonnull public io.vavr.control.Option<SuplrActyTskPurchaserResp> getSuplrActyTskPurchaserRespIfPresent()
      Retrieval of associated SuplrActyTskPurchaserResp entity (one to one). This corresponds to the OData navigation property to_SuplrActyTskPurchaserResp.

      If the navigation property for an entity SupplierActivityTask has not been resolved yet, this method will not query further information. Instead its Option result state will be empty.

      Returns:
      If the information for navigation property to_SuplrActyTskPurchaserResp is already loaded, the result will contain the SuplrActyTskPurchaserResp entity. If not, an Option with result state empty is returned.
    • setSuplrActyTskPurchaserResp

      public void setSuplrActyTskPurchaserResp(SuplrActyTskPurchaserResp value)
      Overwrites the associated SuplrActyTskPurchaserResp entity for the loaded navigation property to_SuplrActyTskPurchaserResp.
      Parameters:
      value - New SuplrActyTskPurchaserResp entity.
    • fetchSuplrActyTskSupplier

      @Nonnull public List<SuplrActyTskSupplier> fetchSuplrActyTskSupplier()
      Fetches the SuplrActyTskSupplier entities (one to many) associated with this entity. This corresponds to the OData navigation property to_SuplrActyTskSupplier.

      Please note: This method will not cache or persist the query results.

      Returns:
      List containing one or more associated SuplrActyTskSupplier entities. If no entities are associated then an empty list is returned.
      Throws:
      com.sap.cloud.sdk.datamodel.odata.client.exception.ODataException - If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and therefore has no ERP configuration context assigned. An entity is managed if it has been either retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or UPDATE call.
    • getSuplrActyTskSupplierOrFetch

      @Nonnull public List<SuplrActyTskSupplier> getSuplrActyTskSupplierOrFetch()
      Retrieval of associated SuplrActyTskSupplier entities (one to many). This corresponds to the OData navigation property to_SuplrActyTskSupplier.

      If the navigation property to_SuplrActyTskSupplier of a queried SupplierActivityTask is operated lazily, an ODataException can be thrown in case of an OData query error.

      Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.

      Returns:
      List of associated SuplrActyTskSupplier entities.
      Throws:
      com.sap.cloud.sdk.datamodel.odata.client.exception.ODataException - If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and therefore has no ERP configuration context assigned. An entity is managed if it has been either retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or UPDATE call.
    • getSuplrActyTskSupplierIfPresent

      @Nonnull public io.vavr.control.Option<List<SuplrActyTskSupplier>> getSuplrActyTskSupplierIfPresent()
      Retrieval of associated SuplrActyTskSupplier entities (one to many). This corresponds to the OData navigation property to_SuplrActyTskSupplier.

      If the navigation property for an entity SupplierActivityTask has not been resolved yet, this method will not query further information. Instead its Option result state will be empty.

      Returns:
      If the information for navigation property to_SuplrActyTskSupplier is already loaded, the result will contain the SuplrActyTskSupplier entities. If not, an Option with result state empty is returned.
    • setSuplrActyTskSupplier

      public void setSuplrActyTskSupplier(@Nonnull List<SuplrActyTskSupplier> value)
      Overwrites the list of associated SuplrActyTskSupplier entities for the loaded navigation property to_SuplrActyTskSupplier.

      If the navigation property to_SuplrActyTskSupplier of a queried SupplierActivityTask is operated lazily, an ODataException can be thrown in case of an OData query error.

      Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.

      Parameters:
      value - List of SuplrActyTskSupplier entities.
    • addSuplrActyTskSupplier

      public void addSuplrActyTskSupplier(SuplrActyTskSupplier... entity)
      Adds elements to the list of associated SuplrActyTskSupplier entities. This corresponds to the OData navigation property to_SuplrActyTskSupplier.

      If the navigation property to_SuplrActyTskSupplier of a queried SupplierActivityTask is operated lazily, an ODataException can be thrown in case of an OData query error.

      Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.

      Parameters:
      entity - Array of SuplrActyTskSupplier entities.
    • builder

      @Nonnull public static SupplierActivityTask.SupplierActivityTaskBuilder builder()
    • getSuplrActyTaskUUID

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

      Original property name from the Odata EDM: SuplrActyTaskUUID

      Returns:
      Task UUID
    • getSupplierActivityTask

      @Nullable public String getSupplierActivityTask()
      Constraints: Not nullable, Maximum length: 20

      Original property name from the Odata EDM: SupplierActivityTask

      Returns:
      Task ID
    • getSuplrActyTaskName

      @Nullable public String getSuplrActyTaskName()
      Constraints: Not nullable, Maximum length: 60

      Original property name from the Odata EDM: SuplrActyTaskName

      Returns:
      Task Name
    • getCreationDateTime

      @Nullable public ZonedDateTime getCreationDateTime()
      Constraints: Not nullable, Precision: 7

      Original property name from the Odata EDM: CreationDateTime

      Returns:
      Created On
    • getCreatedByUser

      @Nullable public String getCreatedByUser()
      Constraints: Not nullable, Maximum length: 60

      Original property name from the Odata EDM: CreatedByUser

      Returns:
      Created-By Name
    • getLastChangedByUser

      @Nullable public String getLastChangedByUser()
      Constraints: Not nullable, Maximum length: 60

      Original property name from the Odata EDM: LastChangedByUser

      Returns:
      Changed-By Name
    • getEndDate

      @Nullable public LocalDateTime getEndDate()
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: EndDate

      Returns:
      Due Date
    • getLanguage

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

      Original property name from the Odata EDM: Language

      Returns:
      Language
    • getSuplrActyTaskPriority

      @Nullable public String getSuplrActyTaskPriority()
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: SuplrActyTaskPriority

      Returns:
      Priority of a Task
    • getSuplrActyTaskLifecycleStatus

      @Nullable public String getSuplrActyTaskLifecycleStatus()
      Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: SuplrActyTaskLifecycleStatus

      Returns:
      Lifecycle Status Code for Tasks
    • toString

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

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

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

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