Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder.ServiceOrdUserStatus
Packages that use ServiceOrdUserStatus
Package
Description
-
Uses of ServiceOrdUserStatus 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 ServiceOrdUserStatusModifier and TypeFieldDescriptionstatic final ServiceOrderLink<ServiceOrdUserStatus>ServiceOrder.TO_SERVICE_ORD_USER_STATUSUse with available fluent helpers to apply the to_ServiceOrdUserStatus navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder that return ServiceOrdUserStatusModifier and TypeMethodDescriptionServiceOrdUserStatus.ServiceOrdUserStatusBuilder.build()protected ServiceOrdUserStatusServiceOrdUserStatusCreateFluentHelper.getEntity()protected ServiceOrdUserStatusServiceOrdUserStatusDeleteFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder that return types with arguments of type ServiceOrdUserStatusModifier and TypeMethodDescriptionServiceOrder.fetchServiceOrdUserStatus()Fetches the ServiceOrdUserStatus entities (one to many) associated with this entity.protected Class<ServiceOrdUserStatus>ServiceOrdUserStatusByKeyFluentHelper.getEntityClass()protected Class<ServiceOrdUserStatus>ServiceOrdUserStatusFluentHelper.getEntityClass()io.vavr.control.Option<List<ServiceOrdUserStatus>>ServiceOrder.getServiceOrdUserStatusIfPresent()Retrieval of associated ServiceOrdUserStatus entities (one to many).ServiceOrder.getServiceOrdUserStatusOrFetch()Retrieval of associated ServiceOrdUserStatus entities (one to many).ServiceOrdUserStatus.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder with parameters of type ServiceOrdUserStatusModifier and TypeMethodDescriptionvoidServiceOrder.addServiceOrdUserStatus(ServiceOrdUserStatus... entity) Adds elements to the list of associated ServiceOrdUserStatus entities.ServiceOrder.ServiceOrderBuilder.serviceOrdUserStatus(ServiceOrdUserStatus... value) Navigation property to_ServiceOrdUserStatus for ServiceOrder to multiple ServiceOrdUserStatus.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder with type arguments of type ServiceOrdUserStatusModifier and TypeMethodDescriptionvoidServiceOrder.setServiceOrdUserStatus(List<ServiceOrdUserStatus> value) Overwrites the list of associated ServiceOrdUserStatus entities for the loaded navigation property to_ServiceOrdUserStatus.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder with parameters of type ServiceOrdUserStatusModifierConstructorDescriptionServiceOrdUserStatusCreateFluentHelper(String servicePath, ServiceOrdUserStatus entity, String entityCollection) Creates a fluent helper object that will create aServiceOrdUserStatusentity on the OData endpoint.ServiceOrdUserStatusDeleteFluentHelper(String servicePath, ServiceOrdUserStatus entity, String entityCollection) Creates a fluent helper object that will delete aServiceOrdUserStatusentity on the OData endpoint. -
Uses of ServiceOrdUserStatus 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 ServiceOrdUserStatusModifier and TypeMethodDescriptionDefaultServiceOrderServiceBatchChangeSet.createServiceOrdUserStatus(ServiceOrdUserStatus serviceOrdUserStatus) ServiceOrderServiceBatchChangeSet.createServiceOrdUserStatus(ServiceOrdUserStatus serviceOrdUserStatus) Create a newServiceOrdUserStatusentity and save it to the S/4HANA system.DefaultServiceOrderServiceBatchChangeSet.deleteServiceOrdUserStatus(ServiceOrdUserStatus serviceOrdUserStatus) ServiceOrderServiceBatchChangeSet.deleteServiceOrdUserStatus(ServiceOrdUserStatus serviceOrdUserStatus) Deletes an existingServiceOrdUserStatusentity in the S/4HANA system. -
Uses of ServiceOrdUserStatus 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 ServiceOrdUserStatusModifier and TypeMethodDescriptionServiceOrdUserStatusOneToOneLink.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 ServiceOrdUserStatusModifier and TypeMethodDescriptionprotected ServiceOrdUserStatusLink<ObjectT>ServiceOrdUserStatusLink.translateLinkType(EntityLink<ServiceOrdUserStatusLink<ObjectT>, ServiceOrdUserStatus, ObjectT> link) -
Uses of ServiceOrdUserStatus in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type ServiceOrdUserStatusModifier and TypeMethodDescriptionDefaultServiceOrderService.createServiceOrdUserStatus(ServiceOrdUserStatus serviceOrdUserStatus) Deprecated.ServiceOrderService.createServiceOrdUserStatus(ServiceOrdUserStatus serviceOrdUserStatus) Deprecated.Create a newServiceOrdUserStatusentity and save it to the S/4HANA system.DefaultServiceOrderService.deleteServiceOrdUserStatus(ServiceOrdUserStatus serviceOrdUserStatus) Deprecated.ServiceOrderService.deleteServiceOrdUserStatus(ServiceOrdUserStatus serviceOrdUserStatus) Deprecated.Deletes an existingServiceOrdUserStatusentity in the S/4HANA system.