Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.enterpriseprojectinternaltype.EntProjectType
Packages that use EntProjectType
Package
Description
-
Uses of EntProjectType 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 EntProjectTypeModifier and TypeFieldDescriptionstatic final SimpleProperty<EntProjectType>EntProjectType.ALL_FIELDSSelector for all available fields of EntProjectType.static final SimpleProperty.String<EntProjectType>EntProjectType.ENT_PROJECT_TYPE_INTERNALstatic final SimpleProperty.String<EntProjectType>EntProjectType.PROJECT_CATEGORYstatic final SimpleProperty.String<EntProjectType>EntProjectType.PROJECT_PROFILE_CODEstatic final SimpleProperty.String<EntProjectType>EntProjectType.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 EntProjectTypeMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.enterpriseprojectinternaltype that return types with arguments of type EntProjectTypeModifier and TypeMethodDescriptionio.vavr.control.Option<EntProjectType>EntProjectTypeText.getProjectTypeIfPresent()Retrieval of associated EntProjectType entity (one to one).EntProjectType.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.enterpriseprojectinternaltype with parameters of type EntProjectTypeModifier and TypeMethodDescriptionEntProjectTypeText.EntProjectTypeTextBuilder.projectType(EntProjectType value) Navigation property _ProjectType for EntProjectTypeText to single EntProjectType.voidEntProjectTypeText.setProjectType(EntProjectType value) Overwrites the associated EntProjectType entity for the loaded navigation property _ProjectType.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.enterpriseprojectinternaltype with parameters of type EntProjectTypeModifierConstructorDescriptionEntProjectTypeText(String language, String entProjectTypeInternal, String projectTypeName, EntProjectType to_ProjectType) -
Uses of EntProjectType 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 EntProjectTypeModifier and TypeMethodDescriptionDefaultEnterpriseProjectInternalTypeService.countEntProjectType()Deprecated.EnterpriseProjectInternalTypeService.countEntProjectType()Deprecated.Fetch the number of entries from theEntProjectTypeentity collection matching the filter and search expressions.DefaultEnterpriseProjectInternalTypeService.getAllEntProjectType()Deprecated.EnterpriseProjectInternalTypeService.getAllEntProjectType()Deprecated.Fetch multipleEntProjectTypeentities.DefaultEnterpriseProjectInternalTypeService.getEntProjectTypeByKey(String entProjectTypeInternal) Deprecated.EnterpriseProjectInternalTypeService.getEntProjectTypeByKey(String entProjectTypeInternal) Deprecated.Fetch a singleEntProjectTypeentity using key fields.