Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder.SrvcOrdRefServiceContract
Packages that use SrvcOrdRefServiceContract
Package
Description
-
Uses of SrvcOrdRefServiceContract in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder with type parameters of type SrvcOrdRefServiceContractModifier and TypeFieldDescriptionstatic final ServiceOrderLink<SrvcOrdRefServiceContract>ServiceOrder.TO_REFERENCE_SERVICE_CONTRACTUse with available fluent helpers to apply the to_ReferenceServiceContract navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder that return SrvcOrdRefServiceContractModifier and TypeMethodDescriptionSrvcOrdRefServiceContract.SrvcOrdRefServiceContractBuilder.build()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder that return types with arguments of type SrvcOrdRefServiceContractModifier and TypeMethodDescriptionServiceOrder.fetchReferenceServiceContract()Fetches the SrvcOrdRefServiceContract entities (one to many) associated with this entity.protected Class<SrvcOrdRefServiceContract>SrvcOrdRefServiceContractByKeyFluentHelper.getEntityClass()protected Class<SrvcOrdRefServiceContract>SrvcOrdRefServiceContractFluentHelper.getEntityClass()io.vavr.control.Option<List<SrvcOrdRefServiceContract>>ServiceOrder.getReferenceServiceContractIfPresent()Retrieval of associated SrvcOrdRefServiceContract entities (one to many).ServiceOrder.getReferenceServiceContractOrFetch()Retrieval of associated SrvcOrdRefServiceContract entities (one to many).SrvcOrdRefServiceContract.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder with parameters of type SrvcOrdRefServiceContractModifier and TypeMethodDescriptionvoidServiceOrder.addReferenceServiceContract(SrvcOrdRefServiceContract... entity) Adds elements to the list of associated SrvcOrdRefServiceContract entities.ServiceOrder.ServiceOrderBuilder.referenceServiceContract(SrvcOrdRefServiceContract... value) Navigation property to_ReferenceServiceContract for ServiceOrder to multiple SrvcOrdRefServiceContract.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder with type arguments of type SrvcOrdRefServiceContractModifier and TypeMethodDescriptionvoidServiceOrder.setReferenceServiceContract(List<SrvcOrdRefServiceContract> value) Overwrites the list of associated SrvcOrdRefServiceContract entities for the loaded navigation property to_ReferenceServiceContract. -
Uses of SrvcOrdRefServiceContract in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder.link that return types with arguments of type SrvcOrdRefServiceContractModifier and TypeMethodDescriptionSrvcOrdRefServiceContractOneToOneLink.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.serviceorder.link with type arguments of type SrvcOrdRefServiceContractModifier and TypeMethodDescriptionprotected SrvcOrdRefServiceContractLink<ObjectT>SrvcOrdRefServiceContractLink.translateLinkType(EntityLink<SrvcOrdRefServiceContractLink<ObjectT>, SrvcOrdRefServiceContract, ObjectT> link)