Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder.ServiceOrdItemUserStatus
Packages that use ServiceOrdItemUserStatus
Package
Description
-
Uses of ServiceOrdItemUserStatus 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 ServiceOrdItemUserStatusModifier and TypeFieldDescriptionstatic final ServiceOrderItemLink<ServiceOrdItemUserStatus>ServiceOrderItem.TO_SRVC_ORD_ITEM_USER_STATUSUse with available fluent helpers to apply the to_SrvcOrdItemUserStatus navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder that return ServiceOrdItemUserStatusModifier and TypeMethodDescriptionServiceOrdItemUserStatus.ServiceOrdItemUserStatusBuilder.build()protected ServiceOrdItemUserStatusServiceOrdItemUserStatusCreateFluentHelper.getEntity()protected ServiceOrdItemUserStatusServiceOrdItemUserStatusDeleteFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder that return types with arguments of type ServiceOrdItemUserStatusModifier and TypeMethodDescriptionServiceOrderItem.fetchSrvcOrdItemUserStatus()Fetches the ServiceOrdItemUserStatus entities (one to many) associated with this entity.protected Class<ServiceOrdItemUserStatus>ServiceOrdItemUserStatusByKeyFluentHelper.getEntityClass()protected Class<ServiceOrdItemUserStatus>ServiceOrdItemUserStatusFluentHelper.getEntityClass()io.vavr.control.Option<List<ServiceOrdItemUserStatus>>ServiceOrderItem.getSrvcOrdItemUserStatusIfPresent()Retrieval of associated ServiceOrdItemUserStatus entities (one to many).ServiceOrderItem.getSrvcOrdItemUserStatusOrFetch()Retrieval of associated ServiceOrdItemUserStatus entities (one to many).ServiceOrdItemUserStatus.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder with parameters of type ServiceOrdItemUserStatusModifier and TypeMethodDescriptionvoidServiceOrderItem.addSrvcOrdItemUserStatus(ServiceOrdItemUserStatus... entity) Adds elements to the list of associated ServiceOrdItemUserStatus entities.ServiceOrderItem.ServiceOrderItemBuilder.srvcOrdItemUserStatus(ServiceOrdItemUserStatus... value) Navigation property to_SrvcOrdItemUserStatus for ServiceOrderItem to multiple ServiceOrdItemUserStatus.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder with type arguments of type ServiceOrdItemUserStatusModifier and TypeMethodDescriptionvoidServiceOrderItem.setSrvcOrdItemUserStatus(List<ServiceOrdItemUserStatus> value) Overwrites the list of associated ServiceOrdItemUserStatus entities for the loaded navigation property to_SrvcOrdItemUserStatus.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder with parameters of type ServiceOrdItemUserStatusModifierConstructorDescriptionServiceOrdItemUserStatusCreateFluentHelper(String servicePath, ServiceOrdItemUserStatus entity, String entityCollection) Creates a fluent helper object that will create aServiceOrdItemUserStatusentity on the OData endpoint.ServiceOrdItemUserStatusDeleteFluentHelper(String servicePath, ServiceOrdItemUserStatus entity, String entityCollection) Creates a fluent helper object that will delete aServiceOrdItemUserStatusentity on the OData endpoint. -
Uses of ServiceOrdItemUserStatus 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 ServiceOrdItemUserStatusModifier and TypeMethodDescriptionDefaultServiceOrderServiceBatchChangeSet.createServiceOrdItemUserStatus(ServiceOrdItemUserStatus serviceOrdItemUserStatus) ServiceOrderServiceBatchChangeSet.createServiceOrdItemUserStatus(ServiceOrdItemUserStatus serviceOrdItemUserStatus) Create a newServiceOrdItemUserStatusentity and save it to the S/4HANA system.DefaultServiceOrderServiceBatchChangeSet.deleteServiceOrdItemUserStatus(ServiceOrdItemUserStatus serviceOrdItemUserStatus) ServiceOrderServiceBatchChangeSet.deleteServiceOrdItemUserStatus(ServiceOrdItemUserStatus serviceOrdItemUserStatus) Deletes an existingServiceOrdItemUserStatusentity in the S/4HANA system. -
Uses of ServiceOrdItemUserStatus 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 ServiceOrdItemUserStatusModifier and TypeMethodDescriptionServiceOrdItemUserStatusOneToOneLink.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 ServiceOrdItemUserStatusModifier and TypeMethodDescriptionprotected ServiceOrdItemUserStatusLink<ObjectT>ServiceOrdItemUserStatusLink.translateLinkType(EntityLink<ServiceOrdItemUserStatusLink<ObjectT>, ServiceOrdItemUserStatus, ObjectT> link) -
Uses of ServiceOrdItemUserStatus in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type ServiceOrdItemUserStatusModifier and TypeMethodDescriptionDefaultServiceOrderService.createServiceOrdItemUserStatus(ServiceOrdItemUserStatus serviceOrdItemUserStatus) Deprecated.ServiceOrderService.createServiceOrdItemUserStatus(ServiceOrdItemUserStatus serviceOrdItemUserStatus) Deprecated.Create a newServiceOrdItemUserStatusentity and save it to the S/4HANA system.DefaultServiceOrderService.deleteServiceOrdItemUserStatus(ServiceOrdItemUserStatus serviceOrdItemUserStatus) Deprecated.ServiceOrderService.deleteServiceOrdItemUserStatus(ServiceOrdItemUserStatus serviceOrdItemUserStatus) Deprecated.Deletes an existingServiceOrdItemUserStatusentity in the S/4HANA system.