Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.enterpriseprojectinternaltype.EntProjectTypeText
Packages that use EntProjectTypeText
Package
Description
-
Uses of EntProjectTypeText in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.enterpriseprojectinternaltype
Fields in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.enterpriseprojectinternaltype with type parameters of type EntProjectTypeTextModifier and TypeFieldDescriptionstatic final SimpleProperty<EntProjectTypeText>EntProjectTypeText.ALL_FIELDSSelector for all available fields of EntProjectTypeText.static final SimpleProperty.String<EntProjectTypeText>EntProjectTypeText.ENT_PROJECT_TYPE_INTERNALstatic final SimpleProperty.String<EntProjectTypeText>EntProjectTypeText.LANGUAGEstatic final SimpleProperty.String<EntProjectTypeText>EntProjectTypeText.PROJECT_TYPE_NAMEstatic final NavigationProperty.Collection<EntProjectType,EntProjectTypeText> EntProjectType.TO__ENT_PROJECT_TYPE_TEXTUse with available request builders to apply the _EntProjectTypeText navigation property to query operations.static final NavigationProperty.Single<EntProjectTypeText,EntProjectType> EntProjectTypeText.TO__PROJECT_TYPEUse with available request builders to apply the _ProjectType navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.enterpriseprojectinternaltype that return EntProjectTypeTextMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.enterpriseprojectinternaltype that return types with arguments of type EntProjectTypeTextModifier and TypeMethodDescriptionio.vavr.control.Option<List<EntProjectTypeText>>EntProjectType.getEntProjectTypeTextIfPresent()Retrieval of associated EntProjectTypeText entities (one to many).EntProjectTypeText.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.enterpriseprojectinternaltype with parameters of type EntProjectTypeTextModifier and TypeMethodDescriptionvoidEntProjectType.addEntProjectTypeText(EntProjectTypeText... entity) Adds elements to the list of associated EntProjectTypeText entities.EntProjectType.EntProjectTypeBuilder.entProjectTypeText(EntProjectTypeText... value) Navigation property _EntProjectTypeText for EntProjectType to multiple EntProjectTypeText.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.enterpriseprojectinternaltype with type arguments of type EntProjectTypeTextModifier and TypeMethodDescriptionvoidEntProjectType.setEntProjectTypeText(List<EntProjectTypeText> value) Overwrites the list of associated EntProjectTypeText entities for the loaded navigation property _EntProjectTypeText.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.enterpriseprojectinternaltype with type arguments of type EntProjectTypeTextModifierConstructorDescriptionEntProjectType(String entProjectTypeInternal, String projectCategory, String projectProfileCode, String projectTypeName, List<EntProjectTypeText> to_EntProjectTypeText) -
Uses of EntProjectTypeText 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 EntProjectTypeTextModifier and TypeMethodDescriptionDefaultEnterpriseProjectInternalTypeService.countEntProjectTypeText()Deprecated.EnterpriseProjectInternalTypeService.countEntProjectTypeText()Deprecated.Fetch the number of entries from theEntProjectTypeTextentity collection matching the filter and search expressions.DefaultEnterpriseProjectInternalTypeService.getAllEntProjectTypeText()Deprecated.EnterpriseProjectInternalTypeService.getAllEntProjectTypeText()Deprecated.Fetch multipleEntProjectTypeTextentities.DefaultEnterpriseProjectInternalTypeService.getEntProjectTypeTextByKey(String language, String entProjectTypeInternal) Deprecated.EnterpriseProjectInternalTypeService.getEntProjectTypeTextByKey(String language, String entProjectTypeInternal) Deprecated.Fetch a singleEntProjectTypeTextentity using key fields.