Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceconfirmation.ServiceConfPersonResp
Packages that use ServiceConfPersonResp
Package
Description
-
Uses of ServiceConfPersonResp 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 ServiceConfPersonRespModifier and TypeFieldDescriptionstatic final ServiceConfirmationLink<ServiceConfPersonResp>ServiceConfirmation.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.serviceconfirmation that return ServiceConfPersonRespModifier and TypeMethodDescriptionServiceConfPersonResp.ServiceConfPersonRespBuilder.build()protected ServiceConfPersonRespServiceConfPersonRespCreateFluentHelper.getEntity()protected ServiceConfPersonRespServiceConfPersonRespDeleteFluentHelper.getEntity()protected ServiceConfPersonRespServiceConfPersonRespUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceconfirmation that return types with arguments of type ServiceConfPersonRespModifier and TypeMethodDescriptionServiceConfirmation.fetchPersonResponsible()Fetches the ServiceConfPersonResp entities (one to many) associated with this entity.protected Class<ServiceConfPersonResp>ServiceConfPersonRespByKeyFluentHelper.getEntityClass()protected Class<ServiceConfPersonResp>ServiceConfPersonRespFluentHelper.getEntityClass()io.vavr.control.Option<List<ServiceConfPersonResp>>ServiceConfirmation.getPersonResponsibleIfPresent()Retrieval of associated ServiceConfPersonResp entities (one to many).ServiceConfirmation.getPersonResponsibleOrFetch()Retrieval of associated ServiceConfPersonResp entities (one to many).ServiceConfPersonResp.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceconfirmation with parameters of type ServiceConfPersonRespModifier and TypeMethodDescriptionvoidServiceConfirmation.addPersonResponsible(ServiceConfPersonResp... entity) Adds elements to the list of associated ServiceConfPersonResp entities.ServiceConfirmation.ServiceConfirmationBuilder.personResponsible(ServiceConfPersonResp... value) Navigation property to_PersonResponsible for ServiceConfirmation to multiple ServiceConfPersonResp.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceconfirmation with type arguments of type ServiceConfPersonRespModifier and TypeMethodDescriptionvoidServiceConfirmation.setPersonResponsible(List<ServiceConfPersonResp> value) Overwrites the list of associated ServiceConfPersonResp entities for the loaded navigation property to_PersonResponsible.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceconfirmation with parameters of type ServiceConfPersonRespModifierConstructorDescriptionServiceConfPersonRespCreateFluentHelper(String servicePath, ServiceConfPersonResp entity, String entityCollection) Creates a fluent helper object that will create aServiceConfPersonRespentity on the OData endpoint.ServiceConfPersonRespDeleteFluentHelper(String servicePath, ServiceConfPersonResp entity, String entityCollection) Creates a fluent helper object that will delete aServiceConfPersonRespentity on the OData endpoint.ServiceConfPersonRespUpdateFluentHelper(String servicePath, ServiceConfPersonResp entity, String entityCollection) Creates a fluent helper object that will update aServiceConfPersonRespentity on the OData endpoint. -
Uses of ServiceConfPersonResp 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 ServiceConfPersonRespModifier and TypeMethodDescriptionDefaultServiceConfirmationServiceBatchChangeSet.createServiceConfPersonResp(ServiceConfPersonResp serviceConfPersonResp) ServiceConfirmationServiceBatchChangeSet.createServiceConfPersonResp(ServiceConfPersonResp serviceConfPersonResp) Create a newServiceConfPersonRespentity and save it to the S/4HANA system.DefaultServiceConfirmationServiceBatchChangeSet.deleteServiceConfPersonResp(ServiceConfPersonResp serviceConfPersonResp) ServiceConfirmationServiceBatchChangeSet.deleteServiceConfPersonResp(ServiceConfPersonResp serviceConfPersonResp) Deletes an existingServiceConfPersonRespentity in the S/4HANA system.DefaultServiceConfirmationServiceBatchChangeSet.updateServiceConfPersonResp(ServiceConfPersonResp serviceConfPersonResp) ServiceConfirmationServiceBatchChangeSet.updateServiceConfPersonResp(ServiceConfPersonResp serviceConfPersonResp) Update an existingServiceConfPersonRespentity and save it to the S/4HANA system. -
Uses of ServiceConfPersonResp 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 ServiceConfPersonRespModifier and TypeMethodDescriptionServiceConfPersonRespOneToOneLink.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 ServiceConfPersonRespModifier and TypeMethodDescriptionprotected ServiceConfPersonRespLink<ObjectT>ServiceConfPersonRespLink.translateLinkType(EntityLink<ServiceConfPersonRespLink<ObjectT>, ServiceConfPersonResp, ObjectT> link) -
Uses of ServiceConfPersonResp in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type ServiceConfPersonRespModifier and TypeMethodDescriptionDefaultServiceConfirmationService.createServiceConfPersonResp(ServiceConfPersonResp serviceConfPersonResp) Deprecated.ServiceConfirmationService.createServiceConfPersonResp(ServiceConfPersonResp serviceConfPersonResp) Deprecated.Create a newServiceConfPersonRespentity and save it to the S/4HANA system.DefaultServiceConfirmationService.deleteServiceConfPersonResp(ServiceConfPersonResp serviceConfPersonResp) Deprecated.ServiceConfirmationService.deleteServiceConfPersonResp(ServiceConfPersonResp serviceConfPersonResp) Deprecated.Deletes an existingServiceConfPersonRespentity in the S/4HANA system.DefaultServiceConfirmationService.updateServiceConfPersonResp(ServiceConfPersonResp serviceConfPersonResp) Deprecated.ServiceConfirmationService.updateServiceConfPersonResp(ServiceConfPersonResp serviceConfPersonResp) Deprecated.Update an existingServiceConfPersonRespentity and save it to the S/4HANA system.