Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder.ServiceOrderPersonResp
Packages that use ServiceOrderPersonResp
Package
Description
-
Uses of ServiceOrderPersonResp 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 ServiceOrderPersonRespModifier and TypeFieldDescriptionstatic final ServiceOrderLink<ServiceOrderPersonResp>ServiceOrder.TO_PERSON_RESPONSIBLEUse with available fluent helpers to apply the to_PersonResponsible navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder that return ServiceOrderPersonRespModifier and TypeMethodDescriptionServiceOrderPersonResp.ServiceOrderPersonRespBuilder.build()protected ServiceOrderPersonRespServiceOrderPersonRespCreateFluentHelper.getEntity()protected ServiceOrderPersonRespServiceOrderPersonRespDeleteFluentHelper.getEntity()protected ServiceOrderPersonRespServiceOrderPersonRespUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder that return types with arguments of type ServiceOrderPersonRespModifier and TypeMethodDescriptionServiceOrder.fetchPersonResponsible()Fetches the ServiceOrderPersonResp entities (one to many) associated with this entity.protected Class<ServiceOrderPersonResp>ServiceOrderPersonRespByKeyFluentHelper.getEntityClass()protected Class<ServiceOrderPersonResp>ServiceOrderPersonRespFluentHelper.getEntityClass()io.vavr.control.Option<List<ServiceOrderPersonResp>>ServiceOrder.getPersonResponsibleIfPresent()Retrieval of associated ServiceOrderPersonResp entities (one to many).ServiceOrder.getPersonResponsibleOrFetch()Retrieval of associated ServiceOrderPersonResp entities (one to many).ServiceOrderPersonResp.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder with parameters of type ServiceOrderPersonRespModifier and TypeMethodDescriptionvoidServiceOrder.addPersonResponsible(ServiceOrderPersonResp... entity) Adds elements to the list of associated ServiceOrderPersonResp entities.ServiceOrder.ServiceOrderBuilder.personResponsible(ServiceOrderPersonResp... value) Navigation property to_PersonResponsible for ServiceOrder to multiple ServiceOrderPersonResp.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder with type arguments of type ServiceOrderPersonRespModifier and TypeMethodDescriptionvoidServiceOrder.setPersonResponsible(List<ServiceOrderPersonResp> value) Overwrites the list of associated ServiceOrderPersonResp entities for the loaded navigation property to_PersonResponsible.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder with parameters of type ServiceOrderPersonRespModifierConstructorDescriptionServiceOrderPersonRespCreateFluentHelper(String servicePath, ServiceOrderPersonResp entity, String entityCollection) Creates a fluent helper object that will create aServiceOrderPersonRespentity on the OData endpoint.ServiceOrderPersonRespDeleteFluentHelper(String servicePath, ServiceOrderPersonResp entity, String entityCollection) Creates a fluent helper object that will delete aServiceOrderPersonRespentity on the OData endpoint.ServiceOrderPersonRespUpdateFluentHelper(String servicePath, ServiceOrderPersonResp entity, String entityCollection) Creates a fluent helper object that will update aServiceOrderPersonRespentity on the OData endpoint. -
Uses of ServiceOrderPersonResp in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder.batch
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder.batch with parameters of type ServiceOrderPersonRespModifier and TypeMethodDescriptionDefaultServiceOrderServiceBatchChangeSet.createServiceOrderPersonResp(ServiceOrderPersonResp serviceOrderPersonResp) ServiceOrderServiceBatchChangeSet.createServiceOrderPersonResp(ServiceOrderPersonResp serviceOrderPersonResp) Create a newServiceOrderPersonRespentity and save it to the S/4HANA system.DefaultServiceOrderServiceBatchChangeSet.deleteServiceOrderPersonResp(ServiceOrderPersonResp serviceOrderPersonResp) ServiceOrderServiceBatchChangeSet.deleteServiceOrderPersonResp(ServiceOrderPersonResp serviceOrderPersonResp) Deletes an existingServiceOrderPersonRespentity in the S/4HANA system.DefaultServiceOrderServiceBatchChangeSet.updateServiceOrderPersonResp(ServiceOrderPersonResp serviceOrderPersonResp) ServiceOrderServiceBatchChangeSet.updateServiceOrderPersonResp(ServiceOrderPersonResp serviceOrderPersonResp) Update an existingServiceOrderPersonRespentity and save it to the S/4HANA system. -
Uses of ServiceOrderPersonResp 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 ServiceOrderPersonRespModifier and TypeMethodDescriptionServiceOrderPersonRespOneToOneLink.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 ServiceOrderPersonRespModifier and TypeMethodDescriptionprotected ServiceOrderPersonRespLink<ObjectT>ServiceOrderPersonRespLink.translateLinkType(EntityLink<ServiceOrderPersonRespLink<ObjectT>, ServiceOrderPersonResp, ObjectT> link) -
Uses of ServiceOrderPersonResp in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type ServiceOrderPersonRespModifier and TypeMethodDescriptionDefaultServiceOrderService.createServiceOrderPersonResp(ServiceOrderPersonResp serviceOrderPersonResp) Deprecated.ServiceOrderService.createServiceOrderPersonResp(ServiceOrderPersonResp serviceOrderPersonResp) Deprecated.Create a newServiceOrderPersonRespentity and save it to the S/4HANA system.DefaultServiceOrderService.deleteServiceOrderPersonResp(ServiceOrderPersonResp serviceOrderPersonResp) Deprecated.ServiceOrderService.deleteServiceOrderPersonResp(ServiceOrderPersonResp serviceOrderPersonResp) Deprecated.Deletes an existingServiceOrderPersonRespentity in the S/4HANA system.DefaultServiceOrderService.updateServiceOrderPersonResp(ServiceOrderPersonResp serviceOrderPersonResp) Deprecated.ServiceOrderService.updateServiceOrderPersonResp(ServiceOrderPersonResp serviceOrderPersonResp) Deprecated.Update an existingServiceOrderPersonRespentity and save it to the S/4HANA system.