public class SupplierActivityTask extends VdmEntity<SupplierActivityTask>
Original entity name from the Odata EDM: A_SupplierActivityTaskType
Modifier and Type | Class and Description |
---|---|
static class |
SupplierActivityTask.SupplierActivityTaskBuilder |
Modifier and Type | Field and Description |
---|---|
static SupplierActivityTaskSelectable |
ALL_FIELDS
Selector for all available fields of SupplierActivityTask.
|
static SupplierActivityTaskField<String> |
CREATED_BY_USER
Use with available fluent helpers to apply the CreatedByUser field to query operations.
|
static SupplierActivityTaskField<ZonedDateTime> |
CREATION_DATE_TIME
Use with available fluent helpers to apply the CreationDateTime field to query operations.
|
static SupplierActivityTaskField<LocalDateTime> |
END_DATE
Use with available fluent helpers to apply the EndDate field to query operations.
|
static SupplierActivityTaskField<String> |
LANGUAGE
Use with available fluent helpers to apply the Language field to query operations.
|
static SupplierActivityTaskField<String> |
LAST_CHANGED_BY_USER
Use with available fluent helpers to apply the LastChangedByUser field to query operations.
|
static SupplierActivityTaskField<String> |
SUPLR_ACTY_TASK_LIFECYCLE_STATUS
Use with available fluent helpers to apply the SuplrActyTaskLifecycleStatus field to query operations.
|
static SupplierActivityTaskField<String> |
SUPLR_ACTY_TASK_NAME
Use with available fluent helpers to apply the SuplrActyTaskName field to query operations.
|
static SupplierActivityTaskField<String> |
SUPLR_ACTY_TASK_PRIORITY
Use with available fluent helpers to apply the SuplrActyTaskPriority field to query operations.
|
static SupplierActivityTaskField<UUID> |
SUPLR_ACTY_TASK_UUID
Use with available fluent helpers to apply the SuplrActyTaskUUID field to query operations.
|
static SupplierActivityTaskField<String> |
SUPPLIER_ACTIVITY_TASK
Use with available fluent helpers to apply the SupplierActivityTask field to query operations.
|
static SupplierActivityTaskLink<SuplrActyTskActyReference> |
TO_SUPLR_ACTY_TSK_ACTY_REFERENCE
Use with available fluent helpers to apply the to_SuplrActyTskActyReference navigation property to query operations.
|
static SupplierActivityTaskLink<SuplrActyTskCommText> |
TO_SUPLR_ACTY_TSK_COMM_TEXT
Use with available fluent helpers to apply the to_SuplrActyTskCommText navigation property to query operations.
|
static SupplierActivityTaskLink<SuplrActyTskDescription> |
TO_SUPLR_ACTY_TSK_DESCRIPTION
Use with available fluent helpers to apply the to_SuplrActyTskDescription navigation property to query operations.
|
static SupplierActivityTaskLink<SuplrActyTskMessageText> |
TO_SUPLR_ACTY_TSK_MESSAGE_TEXT
Use with available fluent helpers to apply the to_SuplrActyTskMessageText navigation property to query operations.
|
static SupplierActivityTaskLink<SuplrActyTskProcessor> |
TO_SUPLR_ACTY_TSK_PROCESSOR
Use with available fluent helpers to apply the to_SuplrActyTskProcessor navigation property to query operations.
|
static SupplierActivityTaskLink<SuplrActyTskPurchaserResp> |
TO_SUPLR_ACTY_TSK_PURCHASER_RESP
Use with available fluent helpers to apply the to_SuplrActyTskPurchaserResp navigation property to query operations.
|
static SupplierActivityTaskLink<SuplrActyTskSupplier> |
TO_SUPLR_ACTY_TSK_SUPPLIER
Use with available fluent helpers to apply the to_SuplrActyTskSupplier navigation property to query operations.
|
changedOriginalFields
Constructor and Description |
---|
SupplierActivityTask() |
SupplierActivityTask(UUID suplrActyTaskUUID,
String supplierActivityTask,
String suplrActyTaskName,
ZonedDateTime creationDateTime,
String createdByUser,
String lastChangedByUser,
LocalDateTime endDate,
String language,
String suplrActyTaskPriority,
String suplrActyTaskLifecycleStatus,
ErpConfigContext erpConfigContext,
SuplrActyTskActyReference toSuplrActyTskActyReference,
SuplrActyTskCommText toSuplrActyTskCommText,
SuplrActyTskDescription toSuplrActyTskDescription,
SuplrActyTskMessageText toSuplrActyTskMessageText,
SuplrActyTskProcessor toSuplrActyTskProcessor,
SuplrActyTskPurchaserResp toSuplrActyTskPurchaserResp,
List<SuplrActyTskSupplier> toSuplrActyTskSupplier) |
Modifier and Type | Method and Description |
---|---|
void |
addSuplrActyTskSupplier(SuplrActyTskSupplier... entity)
Adds elements to the list of associated SuplrActyTskSupplier entities.
|
static SupplierActivityTask.SupplierActivityTaskBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
SuplrActyTskActyReference |
fetchSuplrActyTskActyReference()
Fetches the SuplrActyTskActyReference entity (one to one) associated with this entity.
|
SuplrActyTskCommText |
fetchSuplrActyTskCommText()
Fetches the SuplrActyTskCommText entity (one to one) associated with this entity.
|
SuplrActyTskDescription |
fetchSuplrActyTskDescription()
Fetches the SuplrActyTskDescription entity (one to one) associated with this entity.
|
SuplrActyTskMessageText |
fetchSuplrActyTskMessageText()
Fetches the SuplrActyTskMessageText entity (one to one) associated with this entity.
|
SuplrActyTskProcessor |
fetchSuplrActyTskProcessor()
Fetches the SuplrActyTskProcessor entity (one to one) associated with this entity.
|
SuplrActyTskPurchaserResp |
fetchSuplrActyTskPurchaserResp()
Fetches the SuplrActyTskPurchaserResp entity (one to one) associated with this entity.
|
List<SuplrActyTskSupplier> |
fetchSuplrActyTskSupplier()
Fetches the SuplrActyTskSupplier entities (one to many) associated with this entity.
|
static <T> SupplierActivityTaskField<T> |
field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
protected void |
fromMap(Map<String,Object> inputValues) |
String |
getCreatedByUser()
Constraints: Not nullable, Maximum length: 60 Original property name from the Odata EDM: CreatedByUser
|
ZonedDateTime |
getCreationDateTime()
Constraints: Not nullable, Precision: 7 Original property name from the Odata EDM: CreationDateTime
|
LocalDateTime |
getEndDate()
Constraints: Not nullable, Precision: 0 Original property name from the Odata EDM: EndDate
|
protected String |
getEndpointUrl() |
protected String |
getEntityCollection() |
ErpConfigContext |
getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
protected Map<String,Object> |
getKey() |
String |
getLanguage()
Constraints: Not nullable, Maximum length: 2 Original property name from the Odata EDM: Language
|
String |
getLastChangedByUser()
Constraints: Not nullable, Maximum length: 60 Original property name from the Odata EDM: LastChangedByUser
|
String |
getSuplrActyTaskLifecycleStatus()
Constraints: Not nullable, Maximum length: 2 Original property name from the Odata EDM: SuplrActyTaskLifecycleStatus
|
String |
getSuplrActyTaskName()
Constraints: Not nullable, Maximum length: 60 Original property name from the Odata EDM: SuplrActyTaskName
|
String |
getSuplrActyTaskPriority()
Constraints: Not nullable, Maximum length: 1 Original property name from the Odata EDM: SuplrActyTaskPriority
|
UUID |
getSuplrActyTaskUUID()
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: SuplrActyTaskUUID
|
Optional<SuplrActyTskActyReference> |
getSuplrActyTskActyReferenceIfPresent()
Retrieval of associated SuplrActyTskActyReference entity (one to one).
|
SuplrActyTskActyReference |
getSuplrActyTskActyReferenceOrFetch()
Retrieval of associated SuplrActyTskActyReference entity (one to one).
|
Optional<SuplrActyTskCommText> |
getSuplrActyTskCommTextIfPresent()
Retrieval of associated SuplrActyTskCommText entity (one to one).
|
SuplrActyTskCommText |
getSuplrActyTskCommTextOrFetch()
Retrieval of associated SuplrActyTskCommText entity (one to one).
|
Optional<SuplrActyTskDescription> |
getSuplrActyTskDescriptionIfPresent()
Retrieval of associated SuplrActyTskDescription entity (one to one).
|
SuplrActyTskDescription |
getSuplrActyTskDescriptionOrFetch()
Retrieval of associated SuplrActyTskDescription entity (one to one).
|
Optional<SuplrActyTskMessageText> |
getSuplrActyTskMessageTextIfPresent()
Retrieval of associated SuplrActyTskMessageText entity (one to one).
|
SuplrActyTskMessageText |
getSuplrActyTskMessageTextOrFetch()
Retrieval of associated SuplrActyTskMessageText entity (one to one).
|
Optional<SuplrActyTskProcessor> |
getSuplrActyTskProcessorIfPresent()
Retrieval of associated SuplrActyTskProcessor entity (one to one).
|
SuplrActyTskProcessor |
getSuplrActyTskProcessorOrFetch()
Retrieval of associated SuplrActyTskProcessor entity (one to one).
|
Optional<SuplrActyTskPurchaserResp> |
getSuplrActyTskPurchaserRespIfPresent()
Retrieval of associated SuplrActyTskPurchaserResp entity (one to one).
|
SuplrActyTskPurchaserResp |
getSuplrActyTskPurchaserRespOrFetch()
Retrieval of associated SuplrActyTskPurchaserResp entity (one to one).
|
Optional<List<SuplrActyTskSupplier>> |
getSuplrActyTskSupplierIfPresent()
Retrieval of associated SuplrActyTskSupplier entities (one to many).
|
List<SuplrActyTskSupplier> |
getSuplrActyTskSupplierOrFetch()
Retrieval of associated SuplrActyTskSupplier entities (one to many).
|
String |
getSupplierActivityTask()
Constraints: Not nullable, Maximum length: 20 Original property name from the Odata EDM: SupplierActivityTask
|
Class<SupplierActivityTask> |
getType() |
int |
hashCode() |
void |
setCreatedByUser(String createdByUser)
Constraints: Not nullable, Maximum length: 60 Original property name from the Odata EDM: CreatedByUser
|
void |
setCreationDateTime(ZonedDateTime creationDateTime)
Constraints: Not nullable, Precision: 7 Original property name from the Odata EDM: CreationDateTime
|
void |
setEndDate(LocalDateTime endDate)
Constraints: Not nullable, Precision: 0 Original property name from the Odata EDM: EndDate
|
void |
setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
void |
setLanguage(String language)
Constraints: Not nullable, Maximum length: 2 Original property name from the Odata EDM: Language
|
void |
setLastChangedByUser(String lastChangedByUser)
Constraints: Not nullable, Maximum length: 60 Original property name from the Odata EDM: LastChangedByUser
|
void |
setSuplrActyTaskLifecycleStatus(String suplrActyTaskLifecycleStatus)
Constraints: Not nullable, Maximum length: 2 Original property name from the Odata EDM: SuplrActyTaskLifecycleStatus
|
void |
setSuplrActyTaskName(String suplrActyTaskName)
Constraints: Not nullable, Maximum length: 60 Original property name from the Odata EDM: SuplrActyTaskName
|
void |
setSuplrActyTaskPriority(String suplrActyTaskPriority)
Constraints: Not nullable, Maximum length: 1 Original property name from the Odata EDM: SuplrActyTaskPriority
|
void |
setSuplrActyTaskUUID(UUID suplrActyTaskUUID)
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: SuplrActyTaskUUID
|
void |
setSuplrActyTskActyReference(SuplrActyTskActyReference value)
Overwrites the associated SuplrActyTskActyReference entity for the loaded navigation property to_SuplrActyTskActyReference.
|
void |
setSuplrActyTskCommText(SuplrActyTskCommText value)
Overwrites the associated SuplrActyTskCommText entity for the loaded navigation property to_SuplrActyTskCommText.
|
void |
setSuplrActyTskDescription(SuplrActyTskDescription value)
Overwrites the associated SuplrActyTskDescription entity for the loaded navigation property to_SuplrActyTskDescription.
|
void |
setSuplrActyTskMessageText(SuplrActyTskMessageText value)
Overwrites the associated SuplrActyTskMessageText entity for the loaded navigation property to_SuplrActyTskMessageText.
|
void |
setSuplrActyTskProcessor(SuplrActyTskProcessor value)
Overwrites the associated SuplrActyTskProcessor entity for the loaded navigation property to_SuplrActyTskProcessor.
|
void |
setSuplrActyTskPurchaserResp(SuplrActyTskPurchaserResp value)
Overwrites the associated SuplrActyTskPurchaserResp entity for the loaded navigation property to_SuplrActyTskPurchaserResp.
|
void |
setSuplrActyTskSupplier(List<SuplrActyTskSupplier> value)
Overwrites the list of associated SuplrActyTskSupplier entities for the loaded navigation property to_SuplrActyTskSupplier.
|
void |
setSupplierActivityTask(String supplierActivityTask)
Constraints: Not nullable, Maximum length: 20 Original property name from the Odata EDM: SupplierActivityTask
|
protected Map<String,Object> |
toMapOfFields() |
protected Map<String,Object> |
toMapOfNavigationProperties() |
String |
toString() |
getVersionIdentifier, setVersionIdentifier
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields
public static final SupplierActivityTaskSelectable ALL_FIELDS
public static final SupplierActivityTaskField<UUID> SUPLR_ACTY_TASK_UUID
public static final SupplierActivityTaskField<String> SUPPLIER_ACTIVITY_TASK
public static final SupplierActivityTaskField<String> SUPLR_ACTY_TASK_NAME
public static final SupplierActivityTaskField<ZonedDateTime> CREATION_DATE_TIME
public static final SupplierActivityTaskField<String> CREATED_BY_USER
public static final SupplierActivityTaskField<String> LAST_CHANGED_BY_USER
public static final SupplierActivityTaskField<LocalDateTime> END_DATE
public static final SupplierActivityTaskField<String> LANGUAGE
public static final SupplierActivityTaskField<String> SUPLR_ACTY_TASK_PRIORITY
public static final SupplierActivityTaskField<String> SUPLR_ACTY_TASK_LIFECYCLE_STATUS
public static final SupplierActivityTaskLink<SuplrActyTskActyReference> TO_SUPLR_ACTY_TSK_ACTY_REFERENCE
public static final SupplierActivityTaskLink<SuplrActyTskCommText> TO_SUPLR_ACTY_TSK_COMM_TEXT
public static final SupplierActivityTaskLink<SuplrActyTskDescription> TO_SUPLR_ACTY_TSK_DESCRIPTION
public static final SupplierActivityTaskLink<SuplrActyTskMessageText> TO_SUPLR_ACTY_TSK_MESSAGE_TEXT
public static final SupplierActivityTaskLink<SuplrActyTskProcessor> TO_SUPLR_ACTY_TSK_PROCESSOR
public static final SupplierActivityTaskLink<SuplrActyTskPurchaserResp> TO_SUPLR_ACTY_TSK_PURCHASER_RESP
public static final SupplierActivityTaskLink<SuplrActyTskSupplier> TO_SUPLR_ACTY_TSK_SUPPLIER
public SupplierActivityTask()
public SupplierActivityTask(@Nullable UUID suplrActyTaskUUID, @Nullable String supplierActivityTask, @Nullable String suplrActyTaskName, @Nullable ZonedDateTime creationDateTime, @Nullable String createdByUser, @Nullable String lastChangedByUser, @Nullable LocalDateTime endDate, @Nullable String language, @Nullable String suplrActyTaskPriority, @Nullable String suplrActyTaskLifecycleStatus, @Nullable ErpConfigContext erpConfigContext, @Nullable SuplrActyTskActyReference toSuplrActyTskActyReference, @Nullable SuplrActyTskCommText toSuplrActyTskCommText, @Nullable SuplrActyTskDescription toSuplrActyTskDescription, @Nullable SuplrActyTskMessageText toSuplrActyTskMessageText, @Nullable SuplrActyTskProcessor toSuplrActyTskProcessor, @Nullable SuplrActyTskPurchaserResp toSuplrActyTskPurchaserResp, List<SuplrActyTskSupplier> toSuplrActyTskSupplier)
public Class<SupplierActivityTask> getType()
getType
in class VdmObject<SupplierActivityTask>
public void setSuplrActyTaskUUID(@Nullable UUID suplrActyTaskUUID)
Original property name from the Odata EDM: SuplrActyTaskUUID
suplrActyTaskUUID
- Task UUIDpublic void setSupplierActivityTask(@Nullable String supplierActivityTask)
Original property name from the Odata EDM: SupplierActivityTask
supplierActivityTask
- Task IDpublic void setSuplrActyTaskName(@Nullable String suplrActyTaskName)
Original property name from the Odata EDM: SuplrActyTaskName
suplrActyTaskName
- Task Namepublic void setCreationDateTime(@Nullable ZonedDateTime creationDateTime)
Original property name from the Odata EDM: CreationDateTime
creationDateTime
- Created Onpublic void setCreatedByUser(@Nullable String createdByUser)
Original property name from the Odata EDM: CreatedByUser
createdByUser
- Created-By Namepublic void setLastChangedByUser(@Nullable String lastChangedByUser)
Original property name from the Odata EDM: LastChangedByUser
lastChangedByUser
- Changed-By Namepublic void setEndDate(@Nullable LocalDateTime endDate)
Original property name from the Odata EDM: EndDate
endDate
- Due Datepublic void setLanguage(@Nullable String language)
Original property name from the Odata EDM: Language
language
- Languagepublic void setSuplrActyTaskPriority(@Nullable String suplrActyTaskPriority)
Original property name from the Odata EDM: SuplrActyTaskPriority
suplrActyTaskPriority
- Priority of a Taskpublic void setSuplrActyTaskLifecycleStatus(@Nullable String suplrActyTaskLifecycleStatus)
Original property name from the Odata EDM: SuplrActyTaskLifecycleStatus
suplrActyTaskLifecycleStatus
- Lifecycle Status Code for Tasksprotected String getEndpointUrl()
getEndpointUrl
in class VdmEntity<SupplierActivityTask>
protected String getEntityCollection()
getEntityCollection
in class VdmEntity<SupplierActivityTask>
protected Map<String,Object> getKey()
getKey
in class VdmObject<SupplierActivityTask>
protected Map<String,Object> toMapOfFields()
toMapOfFields
in class VdmObject<SupplierActivityTask>
protected void fromMap(Map<String,Object> inputValues)
fromMap
in class VdmObject<SupplierActivityTask>
public static <T> SupplierActivityTaskField<T> field(String fieldName, Class<T> fieldType)
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.protected Map<String,Object> toMapOfNavigationProperties()
toMapOfNavigationProperties
in class VdmObject<SupplierActivityTask>
public SuplrActyTskActyReference fetchSuplrActyTskActyReference() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
Please note: This method will not cache or persist the query results.
com.sap.cloud.sdk.odatav2.connectivity.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.public SuplrActyTskActyReference getSuplrActyTskActyReferenceOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
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.
com.sap.cloud.sdk.odatav2.connectivity.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.public Optional<SuplrActyTskActyReference> getSuplrActyTskActyReferenceIfPresent()
If the navigation property for an entity SupplierActivityTask has not been resolved yet, this method will not query further information. Instead its Optional
result state will be empty
.
Optional
with result state empty
is returned.public void setSuplrActyTskActyReference(SuplrActyTskActyReference value)
value
- New SuplrActyTskActyReference entity.public SuplrActyTskCommText fetchSuplrActyTskCommText() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
Please note: This method will not cache or persist the query results.
com.sap.cloud.sdk.odatav2.connectivity.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.public SuplrActyTskCommText getSuplrActyTskCommTextOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
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.
com.sap.cloud.sdk.odatav2.connectivity.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.public Optional<SuplrActyTskCommText> getSuplrActyTskCommTextIfPresent()
If the navigation property for an entity SupplierActivityTask has not been resolved yet, this method will not query further information. Instead its Optional
result state will be empty
.
Optional
with result state empty
is returned.public void setSuplrActyTskCommText(SuplrActyTskCommText value)
value
- New SuplrActyTskCommText entity.public SuplrActyTskDescription fetchSuplrActyTskDescription() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
Please note: This method will not cache or persist the query results.
com.sap.cloud.sdk.odatav2.connectivity.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.public SuplrActyTskDescription getSuplrActyTskDescriptionOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
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.
com.sap.cloud.sdk.odatav2.connectivity.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.public Optional<SuplrActyTskDescription> getSuplrActyTskDescriptionIfPresent()
If the navigation property for an entity SupplierActivityTask has not been resolved yet, this method will not query further information. Instead its Optional
result state will be empty
.
Optional
with result state empty
is returned.public void setSuplrActyTskDescription(SuplrActyTskDescription value)
value
- New SuplrActyTskDescription entity.public SuplrActyTskMessageText fetchSuplrActyTskMessageText() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
Please note: This method will not cache or persist the query results.
com.sap.cloud.sdk.odatav2.connectivity.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.public SuplrActyTskMessageText getSuplrActyTskMessageTextOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
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.
com.sap.cloud.sdk.odatav2.connectivity.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.public Optional<SuplrActyTskMessageText> getSuplrActyTskMessageTextIfPresent()
If the navigation property for an entity SupplierActivityTask has not been resolved yet, this method will not query further information. Instead its Optional
result state will be empty
.
Optional
with result state empty
is returned.public void setSuplrActyTskMessageText(SuplrActyTskMessageText value)
value
- New SuplrActyTskMessageText entity.public SuplrActyTskProcessor fetchSuplrActyTskProcessor() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
Please note: This method will not cache or persist the query results.
com.sap.cloud.sdk.odatav2.connectivity.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.public SuplrActyTskProcessor getSuplrActyTskProcessorOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
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.
com.sap.cloud.sdk.odatav2.connectivity.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.public Optional<SuplrActyTskProcessor> getSuplrActyTskProcessorIfPresent()
If the navigation property for an entity SupplierActivityTask has not been resolved yet, this method will not query further information. Instead its Optional
result state will be empty
.
Optional
with result state empty
is returned.public void setSuplrActyTskProcessor(SuplrActyTskProcessor value)
value
- New SuplrActyTskProcessor entity.public SuplrActyTskPurchaserResp fetchSuplrActyTskPurchaserResp() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
Please note: This method will not cache or persist the query results.
com.sap.cloud.sdk.odatav2.connectivity.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.public SuplrActyTskPurchaserResp getSuplrActyTskPurchaserRespOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
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.
com.sap.cloud.sdk.odatav2.connectivity.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.public Optional<SuplrActyTskPurchaserResp> getSuplrActyTskPurchaserRespIfPresent()
If the navigation property for an entity SupplierActivityTask has not been resolved yet, this method will not query further information. Instead its Optional
result state will be empty
.
Optional
with result state empty
is returned.public void setSuplrActyTskPurchaserResp(SuplrActyTskPurchaserResp value)
value
- New SuplrActyTskPurchaserResp entity.public List<SuplrActyTskSupplier> fetchSuplrActyTskSupplier() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
Please note: This method will not cache or persist the query results.
com.sap.cloud.sdk.odatav2.connectivity.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.public List<SuplrActyTskSupplier> getSuplrActyTskSupplierOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
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.
com.sap.cloud.sdk.odatav2.connectivity.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.public Optional<List<SuplrActyTskSupplier>> getSuplrActyTskSupplierIfPresent()
If the navigation property for an entity SupplierActivityTask has not been resolved yet, this method will not query further information. Instead its Optional
result state will be empty
.
Optional
with result state empty
is returned.public void setSuplrActyTskSupplier(@Nonnull List<SuplrActyTskSupplier> value)
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.
value
- List of SuplrActyTskSupplier entities.public void addSuplrActyTskSupplier(SuplrActyTskSupplier... entity)
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.
entity
- Array of SuplrActyTskSupplier entities.public static SupplierActivityTask.SupplierActivityTaskBuilder builder()
@Nullable public UUID getSuplrActyTaskUUID()
Original property name from the Odata EDM: SuplrActyTaskUUID
@Nullable public String getSupplierActivityTask()
Original property name from the Odata EDM: SupplierActivityTask
@Nullable public String getSuplrActyTaskName()
Original property name from the Odata EDM: SuplrActyTaskName
@Nullable public ZonedDateTime getCreationDateTime()
Original property name from the Odata EDM: CreationDateTime
@Nullable public String getCreatedByUser()
Original property name from the Odata EDM: CreatedByUser
@Nullable public String getLastChangedByUser()
Original property name from the Odata EDM: LastChangedByUser
@Nullable public LocalDateTime getEndDate()
Original property name from the Odata EDM: EndDate
@Nullable public String getLanguage()
Original property name from the Odata EDM: Language
@Nullable public String getSuplrActyTaskPriority()
Original property name from the Odata EDM: SuplrActyTaskPriority
@Nullable public String getSuplrActyTaskLifecycleStatus()
Original property name from the Odata EDM: SuplrActyTaskLifecycleStatus
@Nullable public ErpConfigContext getErpConfigContext()
public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
setErpConfigContext
in class VdmEntity<SupplierActivityTask>
erpConfigContext
- public String toString()
toString
in class VdmObject<SupplierActivityTask>
public boolean equals(Object o)
equals
in class VdmObject<SupplierActivityTask>
protected boolean canEqual(Object other)
canEqual
in class VdmObject<SupplierActivityTask>
public int hashCode()
hashCode
in class VdmObject<SupplierActivityTask>
Copyright © 2018 SAP SE. All rights reserved.