Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.servicecontract | |
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.servicecontract.link |
Modifier and Type | Field and Description |
---|---|
static ServiceContractLink<ServiceContractText> |
ServiceContract.TO_TEXT
Use with available fluent helpers to apply the to_Text navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
ServiceContractText |
ServiceContractText.ServiceContractTextBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<ServiceContractText> |
ServiceContract.fetchText()
Fetches the ServiceContractText entities (one to many) associated with this entity.
|
protected Class<ServiceContractText> |
ServiceContractTextByKeyFluentHelper.getEntityClass() |
protected Class<ServiceContractText> |
ServiceContractTextFluentHelper.getEntityClass() |
io.vavr.control.Option<List<ServiceContractText>> |
ServiceContract.getTextIfPresent()
Retrieval of associated ServiceContractText entities (one to many).
|
List<ServiceContractText> |
ServiceContract.getTextOrFetch()
Retrieval of associated ServiceContractText entities (one to many).
|
Class<ServiceContractText> |
ServiceContractText.getType() |
Modifier and Type | Method and Description |
---|---|
void |
ServiceContract.addText(ServiceContractText... entity)
Adds elements to the list of associated ServiceContractText entities.
|
ServiceContract.ServiceContractBuilder |
ServiceContract.ServiceContractBuilder.text(ServiceContractText... value)
Navigation property to_Text for ServiceContract to multiple ServiceContractText.
|
Modifier and Type | Method and Description |
---|---|
void |
ServiceContract.setText(List<ServiceContractText> value)
Overwrites the list of associated ServiceContractText entities for the loaded navigation property
to_Text.
|
Constructor and Description |
---|
ServiceContract(String serviceContract,
String serviceContractType,
String serviceContractDescription,
String language,
BigDecimal serviceContractStartDateTime,
BigDecimal serviceContractEndDateTime,
String purchaseOrderByCustomer,
LocalDateTime customerPurchaseOrderDate,
String serviceContractIsReleased,
String serviceContractIsCompleted,
String salesOrganization,
String distributionChannel,
String division,
String salesOffice,
String salesGroup,
String soldToParty,
String shipToParty,
String billToParty,
String payerParty,
String contactPerson,
String personResponsible,
String serviceContractCanclnParty,
String serviceContrCancellationReason,
BigDecimal srvcContrCancellationDateTime,
String referenceServiceContract,
String referenceServiceQtan,
List<ServiceContractItem> toItem,
List<ServiceContractText> toText) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<ServiceContractText> |
ServiceContractTextOneToOneLink.filter(ExpressionFluentHelper<ObjectT> filterExpression)
Query modifier to restrict the result set to entities for which this expression (formulated over a property of a
related entity) evaluates to true.
|
Modifier and Type | Method and Description |
---|---|
protected ServiceContractTextLink<ObjectT> |
ServiceContractTextLink.translateLinkType(EntityLink<ServiceContractTextLink<ObjectT>,ServiceContractText,ObjectT> link) |
Copyright © 2020 SAP SE. All rights reserved.