Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.enterpriseprojectprocessingstatus.ProcessingStatus
Packages that use ProcessingStatus
Package
Description
-
Uses of ProcessingStatus in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.enterpriseprojectprocessingstatus
Fields in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.enterpriseprojectprocessingstatus with type parameters of type ProcessingStatusModifier and TypeFieldDescriptionstatic final SimpleProperty<ProcessingStatus>ProcessingStatus.ALL_FIELDSSelector for all available fields of ProcessingStatus.static final SimpleProperty.String<ProcessingStatus>ProcessingStatus.PROCESSING_STATUSstatic final SimpleProperty.String<ProcessingStatus>ProcessingStatus.PROCESSING_STATUS_TEXTstatic final NavigationProperty.Single<ProcessingStatusText,ProcessingStatus> ProcessingStatusText.TO__PROCESSING_STATUSUse with available request builders to apply the _ProcessingStatus navigation property to query operations.ProcessingStatus.TO__PROCESSING_STATUS_TEXTUse with available request builders to apply the _ProcessingStatusText navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.enterpriseprojectprocessingstatus that return ProcessingStatusMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.enterpriseprojectprocessingstatus that return types with arguments of type ProcessingStatusModifier and TypeMethodDescriptionio.vavr.control.Option<ProcessingStatus>ProcessingStatusText.getProcessingStatusIfPresent()Retrieval of associated ProcessingStatus entity (one to one).ProcessingStatus.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.enterpriseprojectprocessingstatus with parameters of type ProcessingStatusModifier and TypeMethodDescriptionProcessingStatusText.ProcessingStatusTextBuilder.processingStatus(ProcessingStatus value) Navigation property _ProcessingStatus for ProcessingStatusText to single ProcessingStatus.voidProcessingStatusText.setProcessingStatus(ProcessingStatus value) Overwrites the associated ProcessingStatus entity for the loaded navigation property _ProcessingStatus.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.enterpriseprojectprocessingstatus with parameters of type ProcessingStatusModifierConstructorDescriptionProcessingStatusText(String language, String processingStatus, String processingStatusText, ProcessingStatus to_ProcessingStatus) -
Uses of ProcessingStatus in com.sap.cloud.sdk.s4hana.datamodel.odatav4.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.services that return types with arguments of type ProcessingStatusModifier and TypeMethodDescriptionDefaultEnterpriseProjectProcessingStatusService.countProcessingStatus()Deprecated.EnterpriseProjectProcessingStatusService.countProcessingStatus()Deprecated.Fetch the number of entries from theProcessingStatusentity collection matching the filter and search expressions.DefaultEnterpriseProjectProcessingStatusService.getAllProcessingStatus()Deprecated.EnterpriseProjectProcessingStatusService.getAllProcessingStatus()Deprecated.Fetch multipleProcessingStatusentities.DefaultEnterpriseProjectProcessingStatusService.getProcessingStatusByKey(String processingStatus) Deprecated.EnterpriseProjectProcessingStatusService.getProcessingStatusByKey(String processingStatus) Deprecated.Fetch a singleProcessingStatusentity using key fields.