Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.servicecontract.ServiceContract
Packages that use ServiceContract
Package
Description
-
Uses of ServiceContract in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.servicecontract
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.servicecontract with type parameters of type ServiceContractModifier and TypeFieldDescriptionstatic final ServiceContractItemOneToOneLink<ServiceContract>ServiceContractItem.TO_SERVICE_CONTRACTUse with available fluent helpers to apply the to_ServiceContract navigation property to query operations.static final ServiceContractTextOneToOneLink<ServiceContract>ServiceContractText.TO_SERVICE_CONTRACTUse with available fluent helpers to apply the to_ServiceContract navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.servicecontract that return ServiceContractModifier and TypeMethodDescriptionServiceContract.ServiceContractBuilder.build()ServiceContractItem.fetchServiceContract()Fetches the ServiceContract entity (one to one) associated with this entity.ServiceContractText.fetchServiceContract()Fetches the ServiceContract entity (one to one) associated with this entity.ServiceContractItem.getServiceContractOrFetch()Retrieval of associated ServiceContract entity (one to one).ServiceContractText.getServiceContractOrFetch()Retrieval of associated ServiceContract entity (one to one).Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.servicecontract that return types with arguments of type ServiceContractModifier and TypeMethodDescriptionprotected Class<ServiceContract>ServiceContractByKeyFluentHelper.getEntityClass()protected Class<ServiceContract>ServiceContractFluentHelper.getEntityClass()io.vavr.control.Option<ServiceContract>ServiceContractItem.getServiceContractIfPresent()Retrieval of associated ServiceContract entity (one to one).io.vavr.control.Option<ServiceContract>ServiceContractText.getServiceContractIfPresent()Retrieval of associated ServiceContract entity (one to one).ServiceContract.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.servicecontract with parameters of type ServiceContractModifier and TypeMethodDescriptionServiceContractItem.ServiceContractItemBuilder.serviceContract(ServiceContract value) Navigation property to_ServiceContract for ServiceContractItem to single ServiceContract.ServiceContractText.ServiceContractTextBuilder.serviceContract(ServiceContract value) Navigation property to_ServiceContract for ServiceContractText to single ServiceContract.voidServiceContractItem.setServiceContract(ServiceContract value) Overwrites the associated ServiceContract entity for the loaded navigation property to_ServiceContract.voidServiceContractText.setServiceContract(ServiceContract value) Overwrites the associated ServiceContract entity for the loaded navigation property to_ServiceContract.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.servicecontract with parameters of type ServiceContractModifierConstructorDescriptionServiceContractItem(String serviceContract, String serviceContractItem, String serviceContractItemCategory, String product, BigDecimal quantity, String quantityUnit, String serviceContractItemDescription, String language, BigDecimal serviceDocItemGrossAmount, BigDecimal serviceDocumentItemNetAmount, BigDecimal serviceDocumentItemTaxAmount, String transactionCurrency, String serviceContractItemIsReleased, String serviceContractItemIsCompleted, String serviceContractItemCanclnParty, String serviceContractItmCanclnReason, String srvcContrItemCreditStatus, BigDecimal serviceContractItemCanclnDate, BigDecimal serviceContrItemStartDateTime, BigDecimal serviceContrItemEndDateTime, String billingPlanBillingDateRuleName, String settlementPeriodRuleName, String billingPlanPriceDateRule, Boolean billingPlanIsFinalized, 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<SrvcContrItmBillgReqItem> toBillingRequestItem, List<ServiceContrItemObjectList> toObjectList, List<ServiceContrItemPriceElement> toPricingElement, List<SrvcContrItemProduct> toProductList, List<ServiceContrItmReleasedOrder> toReleasedOrder, ServiceContract toServiceContract, List<ServiceContractItemText> toText) ServiceContractText(String serviceContract, String language, String longTextID, String longText, ServiceContract toServiceContract) -
Uses of ServiceContract in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.servicecontract.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.servicecontract.link that return types with arguments of type ServiceContractModifier and TypeMethodDescriptionServiceContractOneToOneLink.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.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.servicecontract.link with type arguments of type ServiceContractModifier and TypeMethodDescriptionprotected ServiceContractLink<ObjectT>ServiceContractLink.translateLinkType(EntityLink<ServiceContractLink<ObjectT>, ServiceContract, ObjectT> link)