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<SuplrActyParticipant> |
SupplierActivity.TO_SUPLR_ACTY_PARTICIPANT
Use with available fluent helpers to apply the to_SuplrActyParticipant navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
SuplrActyParticipant |
SuplrActyParticipant.SuplrActyParticipantBuilder.build() |
SuplrActyParticipant |
SupplierActivity.fetchSuplrActyParticipant()
Fetches the SuplrActyParticipant entity (one to one) associated with this entity.
|
protected SuplrActyParticipant |
SuplrActyParticipantUpdateFluentHelper.getEntity() |
protected SuplrActyParticipant |
SuplrActyParticipantCreateFluentHelper.getEntity() |
protected SuplrActyParticipant |
SuplrActyParticipantDeleteFluentHelper.getEntity() |
SuplrActyParticipant |
SupplierActivity.getSuplrActyParticipantOrFetch()
Retrieval of associated SuplrActyParticipant entity (one to one).
|
Modifier and Type | Method and Description |
---|---|
protected Class<SuplrActyParticipant> |
SuplrActyParticipantByKeyFluentHelper.getEntityClass() |
protected Class<SuplrActyParticipant> |
SuplrActyParticipantFluentHelper.getEntityClass() |
Optional<SuplrActyParticipant> |
SupplierActivity.getSuplrActyParticipantIfPresent()
Retrieval of associated SuplrActyParticipant entity (one to one).
|
Class<SuplrActyParticipant> |
SuplrActyParticipant.getType() |
Modifier and Type | Method and Description |
---|---|
void |
SupplierActivity.setSuplrActyParticipant(SuplrActyParticipant value)
Overwrites the associated SuplrActyParticipant entity for the loaded navigation property to_SuplrActyParticipant.
|
SupplierActivity.SupplierActivityBuilder |
SupplierActivity.SupplierActivityBuilder.suplrActyParticipant(SuplrActyParticipant value) |
Modifier and Type | Method and Description |
---|---|
protected SuplrActyParticipantLink<ObjectT> |
SuplrActyParticipantLink.translateLinkType(EntityLink<SuplrActyParticipantLink<ObjectT>,SuplrActyParticipant,ObjectT> link) |
Constructor and Description |
---|
SuplrActyParticipantCreateFluentHelper(String servicePath,
SuplrActyParticipant entity)
Creates a fluent helper object that will create a
SuplrActyParticipant entity on the OData endpoint. |
SuplrActyParticipantDeleteFluentHelper(String servicePath,
SuplrActyParticipant entity)
Creates a fluent helper object that will delete a
SuplrActyParticipant entity on the OData endpoint. |
SuplrActyParticipantUpdateFluentHelper(String servicePath,
SuplrActyParticipant entity)
Creates a fluent helper object that will update a
SuplrActyParticipant entity on the OData endpoint. |
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) |
Copyright © 2018 SAP SE. All rights reserved.