Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceconfirmation.ServiceConfItmRefObject
Packages that use ServiceConfItmRefObject
Package
Description
-
Uses of ServiceConfItmRefObject in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceconfirmation
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceconfirmation with type parameters of type ServiceConfItmRefObjectModifier and TypeFieldDescriptionstatic final ServiceConfirmationItemLink<ServiceConfItmRefObject>ServiceConfirmationItem.TO_REFERENCE_OBJECTUse with available fluent helpers to apply the to_ReferenceObject navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceconfirmation that return ServiceConfItmRefObjectModifier and TypeMethodDescriptionServiceConfItmRefObject.ServiceConfItmRefObjectBuilder.build()protected ServiceConfItmRefObjectServiceConfItmRefObjectCreateFluentHelper.getEntity()protected ServiceConfItmRefObjectServiceConfItmRefObjectDeleteFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceconfirmation that return types with arguments of type ServiceConfItmRefObjectModifier and TypeMethodDescriptionServiceConfirmationItem.fetchReferenceObject()Fetches the ServiceConfItmRefObject entities (one to many) associated with this entity.protected Class<ServiceConfItmRefObject>ServiceConfItmRefObjectByKeyFluentHelper.getEntityClass()protected Class<ServiceConfItmRefObject>ServiceConfItmRefObjectFluentHelper.getEntityClass()io.vavr.control.Option<List<ServiceConfItmRefObject>>ServiceConfirmationItem.getReferenceObjectIfPresent()Retrieval of associated ServiceConfItmRefObject entities (one to many).ServiceConfirmationItem.getReferenceObjectOrFetch()Retrieval of associated ServiceConfItmRefObject entities (one to many).ServiceConfItmRefObject.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceconfirmation with parameters of type ServiceConfItmRefObjectModifier and TypeMethodDescriptionvoidServiceConfirmationItem.addReferenceObject(ServiceConfItmRefObject... entity) Adds elements to the list of associated ServiceConfItmRefObject entities.ServiceConfirmationItem.ServiceConfirmationItemBuilder.referenceObject(ServiceConfItmRefObject... value) Navigation property to_ReferenceObject for ServiceConfirmationItem to multiple ServiceConfItmRefObject.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceconfirmation with type arguments of type ServiceConfItmRefObjectModifier and TypeMethodDescriptionvoidServiceConfirmationItem.setReferenceObject(List<ServiceConfItmRefObject> value) Overwrites the list of associated ServiceConfItmRefObject entities for the loaded navigation property to_ReferenceObject.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceconfirmation with parameters of type ServiceConfItmRefObjectModifierConstructorDescriptionServiceConfItmRefObjectCreateFluentHelper(String servicePath, ServiceConfItmRefObject entity, String entityCollection) Creates a fluent helper object that will create aServiceConfItmRefObjectentity on the OData endpoint.ServiceConfItmRefObjectDeleteFluentHelper(String servicePath, ServiceConfItmRefObject entity, String entityCollection) Creates a fluent helper object that will delete aServiceConfItmRefObjectentity on the OData endpoint. -
Uses of ServiceConfItmRefObject in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceconfirmation.batch
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceconfirmation.batch with parameters of type ServiceConfItmRefObjectModifier and TypeMethodDescriptionDefaultServiceConfirmationServiceBatchChangeSet.createServiceConfItmRefObject(ServiceConfItmRefObject serviceConfItmRefObject) ServiceConfirmationServiceBatchChangeSet.createServiceConfItmRefObject(ServiceConfItmRefObject serviceConfItmRefObject) Create a newServiceConfItmRefObjectentity and save it to the S/4HANA system.DefaultServiceConfirmationServiceBatchChangeSet.deleteServiceConfItmRefObject(ServiceConfItmRefObject serviceConfItmRefObject) ServiceConfirmationServiceBatchChangeSet.deleteServiceConfItmRefObject(ServiceConfItmRefObject serviceConfItmRefObject) Deletes an existingServiceConfItmRefObjectentity in the S/4HANA system. -
Uses of ServiceConfItmRefObject in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceconfirmation.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceconfirmation.link that return types with arguments of type ServiceConfItmRefObjectModifier and TypeMethodDescriptionServiceConfItmRefObjectOneToOneLink.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.serviceconfirmation.link with type arguments of type ServiceConfItmRefObjectModifier and TypeMethodDescriptionprotected ServiceConfItmRefObjectLink<ObjectT>ServiceConfItmRefObjectLink.translateLinkType(EntityLink<ServiceConfItmRefObjectLink<ObjectT>, ServiceConfItmRefObject, ObjectT> link) -
Uses of ServiceConfItmRefObject in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type ServiceConfItmRefObjectModifier and TypeMethodDescriptionDefaultServiceConfirmationService.createServiceConfItmRefObject(ServiceConfItmRefObject serviceConfItmRefObject) Deprecated.ServiceConfirmationService.createServiceConfItmRefObject(ServiceConfItmRefObject serviceConfItmRefObject) Deprecated.Create a newServiceConfItmRefObjectentity and save it to the S/4HANA system.DefaultServiceConfirmationService.deleteServiceConfItmRefObject(ServiceConfItmRefObject serviceConfItmRefObject) Deprecated.ServiceConfirmationService.deleteServiceConfItmRefObject(ServiceConfItmRefObject serviceConfItmRefObject) Deprecated.Deletes an existingServiceConfItmRefObjectentity in the S/4HANA system.