Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.supplieractivity | |
com.sap.cloud.sdk.s4hana.datamodel.odata.services |
Modifier and Type | Field and Description |
---|---|
static SupplierActivityLink<SuplrActyDescription> |
SupplierActivity.TO_SUPLR_ACTY_DESCRIPTION
Use with available fluent helpers to apply the to_SuplrActyDescription navigation property to query
operations.
|
Modifier and Type | Method and Description |
---|---|
SuplrActyDescription |
SuplrActyDescription.SuplrActyDescriptionBuilder.build() |
protected SuplrActyDescription |
SuplrActyDescriptionCreateFluentHelper.getEntity() |
protected SuplrActyDescription |
SuplrActyDescriptionUpdateFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
List<SuplrActyDescription> |
SupplierActivity.fetchSuplrActyDescription()
Fetches the SuplrActyDescription entities (one to many) associated with this entity.
|
protected Class<SuplrActyDescription> |
SuplrActyDescriptionByKeyFluentHelper.getEntityClass() |
protected Class<SuplrActyDescription> |
SuplrActyDescriptionFluentHelper.getEntityClass() |
Optional<List<SuplrActyDescription>> |
SupplierActivity.getSuplrActyDescriptionIfPresent()
Retrieval of associated SuplrActyDescription entities (one to many).
|
List<SuplrActyDescription> |
SupplierActivity.getSuplrActyDescriptionOrFetch()
Retrieval of associated SuplrActyDescription entities (one to many).
|
Class<SuplrActyDescription> |
SuplrActyDescription.getType() |
Modifier and Type | Method and Description |
---|---|
void |
SupplierActivity.addSuplrActyDescription(SuplrActyDescription... entity)
Adds elements to the list of associated SuplrActyDescription entities.
|
SupplierActivity.SupplierActivityBuilder |
SupplierActivity.SupplierActivityBuilder.suplrActyDescription(SuplrActyDescription... value) |
Modifier and Type | Method and Description |
---|---|
void |
SupplierActivity.setSuplrActyDescription(List<SuplrActyDescription> value)
Overwrites the list of associated SuplrActyDescription entities for the loaded navigation property
to_SuplrActyDescription.
|
protected SuplrActyDescriptionLink<ObjectT> |
SuplrActyDescriptionLink.translateLinkType(EntityLink<SuplrActyDescriptionLink<ObjectT>,SuplrActyDescription,ObjectT> link) |
Constructor and Description |
---|
SuplrActyDescriptionCreateFluentHelper(String servicePath,
SuplrActyDescription entity)
Creates a fluent helper object that will create a
SuplrActyDescription entity on the OData endpoint. |
SuplrActyDescriptionUpdateFluentHelper(String servicePath,
SuplrActyDescription entity)
Creates a fluent helper object that will update a
SuplrActyDescription entity on the OData endpoint. |
Constructor and Description |
---|
SupplierActivity(UUID suplrActyUUID,
String supplierActivity,
UUID purgCatUUID,
String suplrActyName,
LocalDateTime startDate,
LocalDateTime endDate,
String suplrActyPriority,
String suplrActyType,
String createdByUser,
ZonedDateTime creationDateTime,
String lastChangedByUser,
ZonedDateTime lastChangeDateTime,
String suplrActyLifecycleStatus,
String language,
ErpConfigContext erpConfigContext,
List<SuplrActyDescription> toSuplrActyDescription,
SuplrActyParticipant toSuplrActyParticipant,
SuplrActyPurchaserResp toSuplrActyPurchaserResp,
List<SuplrActySupplier> toSuplrActySupplier) |
Modifier and Type | Method and Description |
---|---|
SuplrActyDescriptionCreateFluentHelper |
DefaultSupplierActivityService.createSuplrActyDescription(SuplrActyDescription suplrActyDescription) |
SuplrActyDescriptionCreateFluentHelper |
SupplierActivityService.createSuplrActyDescription(SuplrActyDescription suplrActyDescription)
Create a new
SuplrActyDescription entity and save it to the S/4HANA system. |
SuplrActyDescriptionUpdateFluentHelper |
DefaultSupplierActivityService.updateSuplrActyDescription(SuplrActyDescription suplrActyDescription) |
SuplrActyDescriptionUpdateFluentHelper |
SupplierActivityService.updateSuplrActyDescription(SuplrActyDescription suplrActyDescription)
Update an existing
SuplrActyDescription entity and save it to the S/4HANA system. |
Copyright © 2018 SAP SE. All rights reserved.