Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.enterpriseprojectprocessingstatus.ProcessingStatusText
Packages that use ProcessingStatusText
Package
Description
-
Uses of ProcessingStatusText 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 ProcessingStatusTextModifier and TypeFieldDescriptionstatic final SimpleProperty<ProcessingStatusText>ProcessingStatusText.ALL_FIELDSSelector for all available fields of ProcessingStatusText.static final SimpleProperty.String<ProcessingStatusText>ProcessingStatusText.LANGUAGEstatic final SimpleProperty.String<ProcessingStatusText>ProcessingStatusText.PROCESSING_STATUSstatic final SimpleProperty.String<ProcessingStatusText>ProcessingStatusText.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 ProcessingStatusTextMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.enterpriseprojectprocessingstatus that return types with arguments of type ProcessingStatusTextModifier and TypeMethodDescriptionio.vavr.control.Option<List<ProcessingStatusText>>ProcessingStatus.getProcessingStatusTextIfPresent()Retrieval of associated ProcessingStatusText entities (one to many).ProcessingStatusText.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.enterpriseprojectprocessingstatus with parameters of type ProcessingStatusTextModifier and TypeMethodDescriptionvoidProcessingStatus.addProcessingStatusText(ProcessingStatusText... entity) Adds elements to the list of associated ProcessingStatusText entities.ProcessingStatus.ProcessingStatusBuilder.processingStatusText(ProcessingStatusText... value) Navigation property _ProcessingStatusText for ProcessingStatus to multiple ProcessingStatusText.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.enterpriseprojectprocessingstatus with type arguments of type ProcessingStatusTextModifier and TypeMethodDescriptionvoidProcessingStatus.setProcessingStatusText(List<ProcessingStatusText> value) Overwrites the list of associated ProcessingStatusText entities for the loaded navigation property _ProcessingStatusText.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.enterpriseprojectprocessingstatus with type arguments of type ProcessingStatusTextModifierConstructorDescriptionProcessingStatus(String processingStatus, String processingStatusText, List<ProcessingStatusText> to_ProcessingStatusText) -
Uses of ProcessingStatusText 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 ProcessingStatusTextModifier and TypeMethodDescriptionDefaultEnterpriseProjectProcessingStatusService.countProcessingStatusText()Deprecated.EnterpriseProjectProcessingStatusService.countProcessingStatusText()Deprecated.Fetch the number of entries from theProcessingStatusTextentity collection matching the filter and search expressions.DefaultEnterpriseProjectProcessingStatusService.getAllProcessingStatusText()Deprecated.EnterpriseProjectProcessingStatusService.getAllProcessingStatusText()Deprecated.Fetch multipleProcessingStatusTextentities.DefaultEnterpriseProjectProcessingStatusService.getProcessingStatusTextByKey(String language, String processingStatus) Deprecated.EnterpriseProjectProcessingStatusService.getProcessingStatusTextByKey(String language, String processingStatus) Deprecated.Fetch a singleProcessingStatusTextentity using key fields.