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 ServiceContractTextOneToOneLink<ServiceContract> |
ServiceContractText.TO_SERVICE_CONTRACT
Use with available fluent helpers to apply the to_ServiceContract navigation property to query operations.
|
static ServiceContractItemOneToOneLink<ServiceContract> |
ServiceContractItem.TO_SERVICE_CONTRACT
Use with available fluent helpers to apply the to_ServiceContract navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
ServiceContract |
ServiceContract.ServiceContractBuilder.build() |
ServiceContract |
ServiceContractText.fetchServiceContract()
Fetches the ServiceContract entity (one to one) associated with this entity.
|
ServiceContract |
ServiceContractItem.fetchServiceContract()
Fetches the ServiceContract entity (one to one) associated with this entity.
|
ServiceContract |
ServiceContractText.getServiceContractOrFetch()
Retrieval of associated ServiceContract entity (one to one).
|
ServiceContract |
ServiceContractItem.getServiceContractOrFetch()
Retrieval of associated ServiceContract entity (one to one).
|
Modifier and Type | Method and Description |
---|---|
protected Class<ServiceContract> |
ServiceContractByKeyFluentHelper.getEntityClass() |
protected Class<ServiceContract> |
ServiceContractFluentHelper.getEntityClass() |
io.vavr.control.Option<ServiceContract> |
ServiceContractText.getServiceContractIfPresent()
Retrieval of associated ServiceContract entity (one to one).
|
io.vavr.control.Option<ServiceContract> |
ServiceContractItem.getServiceContractIfPresent()
Retrieval of associated ServiceContract entity (one to one).
|
Class<ServiceContract> |
ServiceContract.getType() |
Modifier and Type | Method and Description |
---|---|
ServiceContractText.ServiceContractTextBuilder |
ServiceContractText.ServiceContractTextBuilder.serviceContract(ServiceContract value)
Navigation property to_ServiceContract for ServiceContractText to single
ServiceContract.
|
ServiceContractItem.ServiceContractItemBuilder |
ServiceContractItem.ServiceContractItemBuilder.serviceContract(ServiceContract value)
Navigation property to_ServiceContract for ServiceContractItem to single
ServiceContract.
|
void |
ServiceContractText.setServiceContract(ServiceContract value)
Overwrites the associated ServiceContract entity for the loaded navigation property
to_ServiceContract.
|
void |
ServiceContractItem.setServiceContract(ServiceContract value)
Overwrites the associated ServiceContract entity for the loaded navigation property
to_ServiceContract.
|
Constructor and Description |
---|
ServiceContractItem(String serviceContract,
String serviceContractItem,
String serviceContractItemCategory,
String product,
BigDecimal quantity,
String quantityUnit,
String serviceContractItemDescription,
String language,
String serviceContractItemIsReleased,
String serviceContractItemIsCompleted,
String serviceContractItemCanclnParty,
String serviceContractItmCanclnReason,
BigDecimal serviceContractItemCanclnDate,
BigDecimal serviceContrItemStartDateTime,
BigDecimal serviceContrItemEndDateTime,
String billingBlockReason,
String shipToParty,
String personResponsible,
String billToParty,
String payerParty,
String contactPerson,
String referenceServiceContractItem,
String referenceServiceQtanItem,
BigDecimal srvcContrItemRnwlDuration,
String srvcContrItemRnwlDurationUnit,
BigDecimal srvcContrItemExtensionDuration,
String srvcContrItemExtnDurationUnit,
String srvcTransChangeProcess,
String srvcTransChangeProcessType,
String srvcTransChgProcSourceTransID,
String srvcTransChgProcSourceItemID,
UUID srvcTransChgProcSourceItemUUID,
String profitCenter,
List<ServiceContrItemObjectList> toObjectList,
List<ServiceContrItmReleasedOrder> toReleasedOrder,
ServiceContract toServiceContract) |
ServiceContractText(String serviceContract,
String language,
String longTextID,
String longText,
ServiceContract toServiceContract) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<ServiceContract> |
ServiceContractOneToOneLink.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 ServiceContractLink<ObjectT> |
ServiceContractLink.translateLinkType(EntityLink<ServiceContractLink<ObjectT>,ServiceContract,ObjectT> link) |
Copyright © 2020 SAP SE. All rights reserved.