Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceconfirmation.ServiceConfUserStatus
Packages that use ServiceConfUserStatus
Package
Description
-
Uses of ServiceConfUserStatus 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 ServiceConfUserStatusModifier and TypeFieldDescriptionstatic final ServiceConfirmationLink<ServiceConfUserStatus>ServiceConfirmation.TO_SERVICE_CONF_USER_STATUSUse with available fluent helpers to apply the to_ServiceConfUserStatus navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceconfirmation that return ServiceConfUserStatusModifier and TypeMethodDescriptionServiceConfUserStatus.ServiceConfUserStatusBuilder.build()protected ServiceConfUserStatusServiceConfUserStatusCreateFluentHelper.getEntity()protected ServiceConfUserStatusServiceConfUserStatusDeleteFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceconfirmation that return types with arguments of type ServiceConfUserStatusModifier and TypeMethodDescriptionServiceConfirmation.fetchServiceConfUserStatus()Fetches the ServiceConfUserStatus entities (one to many) associated with this entity.protected Class<ServiceConfUserStatus>ServiceConfUserStatusByKeyFluentHelper.getEntityClass()protected Class<ServiceConfUserStatus>ServiceConfUserStatusFluentHelper.getEntityClass()io.vavr.control.Option<List<ServiceConfUserStatus>>ServiceConfirmation.getServiceConfUserStatusIfPresent()Retrieval of associated ServiceConfUserStatus entities (one to many).ServiceConfirmation.getServiceConfUserStatusOrFetch()Retrieval of associated ServiceConfUserStatus entities (one to many).ServiceConfUserStatus.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceconfirmation with parameters of type ServiceConfUserStatusModifier and TypeMethodDescriptionvoidServiceConfirmation.addServiceConfUserStatus(ServiceConfUserStatus... entity) Adds elements to the list of associated ServiceConfUserStatus entities.ServiceConfirmation.ServiceConfirmationBuilder.serviceConfUserStatus(ServiceConfUserStatus... value) Navigation property to_ServiceConfUserStatus for ServiceConfirmation to multiple ServiceConfUserStatus.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceconfirmation with type arguments of type ServiceConfUserStatusModifier and TypeMethodDescriptionvoidServiceConfirmation.setServiceConfUserStatus(List<ServiceConfUserStatus> value) Overwrites the list of associated ServiceConfUserStatus entities for the loaded navigation property to_ServiceConfUserStatus.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceconfirmation with parameters of type ServiceConfUserStatusModifierConstructorDescriptionServiceConfUserStatusCreateFluentHelper(String servicePath, ServiceConfUserStatus entity, String entityCollection) Creates a fluent helper object that will create aServiceConfUserStatusentity on the OData endpoint.ServiceConfUserStatusDeleteFluentHelper(String servicePath, ServiceConfUserStatus entity, String entityCollection) Creates a fluent helper object that will delete aServiceConfUserStatusentity on the OData endpoint. -
Uses of ServiceConfUserStatus 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 ServiceConfUserStatusModifier and TypeMethodDescriptionDefaultServiceConfirmationServiceBatchChangeSet.createServiceConfUserStatus(ServiceConfUserStatus serviceConfUserStatus) ServiceConfirmationServiceBatchChangeSet.createServiceConfUserStatus(ServiceConfUserStatus serviceConfUserStatus) Create a newServiceConfUserStatusentity and save it to the S/4HANA system.DefaultServiceConfirmationServiceBatchChangeSet.deleteServiceConfUserStatus(ServiceConfUserStatus serviceConfUserStatus) ServiceConfirmationServiceBatchChangeSet.deleteServiceConfUserStatus(ServiceConfUserStatus serviceConfUserStatus) Deletes an existingServiceConfUserStatusentity in the S/4HANA system. -
Uses of ServiceConfUserStatus 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 ServiceConfUserStatusModifier and TypeMethodDescriptionServiceConfUserStatusOneToOneLink.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 ServiceConfUserStatusModifier and TypeMethodDescriptionprotected ServiceConfUserStatusLink<ObjectT>ServiceConfUserStatusLink.translateLinkType(EntityLink<ServiceConfUserStatusLink<ObjectT>, ServiceConfUserStatus, ObjectT> link) -
Uses of ServiceConfUserStatus in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type ServiceConfUserStatusModifier and TypeMethodDescriptionDefaultServiceConfirmationService.createServiceConfUserStatus(ServiceConfUserStatus serviceConfUserStatus) Deprecated.ServiceConfirmationService.createServiceConfUserStatus(ServiceConfUserStatus serviceConfUserStatus) Deprecated.Create a newServiceConfUserStatusentity and save it to the S/4HANA system.DefaultServiceConfirmationService.deleteServiceConfUserStatus(ServiceConfUserStatus serviceConfUserStatus) Deprecated.ServiceConfirmationService.deleteServiceConfUserStatus(ServiceConfUserStatus serviceConfUserStatus) Deprecated.Deletes an existingServiceConfUserStatusentity in the S/4HANA system.