Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.enterpriseprojectinternaltype | |
com.sap.cloud.sdk.s4hana.datamodel.odatav4.services |
Modifier and Type | Field and Description |
---|---|
static SimpleProperty<EntProjectType> |
EntProjectType.ALL_FIELDS
Selector for all available fields of EntProjectType.
|
static SimpleProperty.String<EntProjectType> |
EntProjectType.ENT_PROJECT_TYPE_INTERNAL |
static SimpleProperty.String<EntProjectType> |
EntProjectType.PROJECT_CATEGORY |
static SimpleProperty.String<EntProjectType> |
EntProjectType.PROJECT_PROFILE_CODE |
static SimpleProperty.String<EntProjectType> |
EntProjectType.PROJECT_TYPE_NAME |
static NavigationProperty.Collection<EntProjectType,EntProjectTypeText> |
EntProjectType.TO__ENT_PROJECT_TYPE_TEXT
Use with available request builders to apply the _EntProjectTypeText navigation property to query
operations.
|
static NavigationProperty.Single<EntProjectTypeText,EntProjectType> |
EntProjectTypeText.TO__PROJECT_TYPE
Use with available request builders to apply the _ProjectType navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
EntProjectType |
EntProjectType.EntProjectTypeBuilder.build() |
Modifier and Type | Method and Description |
---|---|
io.vavr.control.Option<EntProjectType> |
EntProjectTypeText.getProjectTypeIfPresent()
Retrieval of associated EntProjectType entity (one to one).
|
Class<EntProjectType> |
EntProjectType.getType() |
Modifier and Type | Method and Description |
---|---|
EntProjectTypeText.EntProjectTypeTextBuilder |
EntProjectTypeText.EntProjectTypeTextBuilder.projectType(EntProjectType value)
Navigation property _ProjectType for EntProjectTypeText to single EntProjectType.
|
void |
EntProjectTypeText.setProjectType(EntProjectType value)
Overwrites the associated EntProjectType entity for the loaded navigation property _ProjectType.
|
Constructor and Description |
---|
EntProjectTypeText(String language,
String entProjectTypeInternal,
String projectTypeName,
EntProjectType to_ProjectType) |
Modifier and Type | Method and Description |
---|---|
CountRequestBuilder<EntProjectType> |
DefaultEnterpriseProjectInternalTypeService.countEntProjectType() |
CountRequestBuilder<EntProjectType> |
EnterpriseProjectInternalTypeService.countEntProjectType()
Fetch the number of entries from the
EntProjectType entity collection matching the filter and search expressions. |
GetAllRequestBuilder<EntProjectType> |
DefaultEnterpriseProjectInternalTypeService.getAllEntProjectType() |
GetAllRequestBuilder<EntProjectType> |
EnterpriseProjectInternalTypeService.getAllEntProjectType()
Fetch multiple
EntProjectType entities. |
GetByKeyRequestBuilder<EntProjectType> |
DefaultEnterpriseProjectInternalTypeService.getEntProjectTypeByKey(String entProjectTypeInternal) |
GetByKeyRequestBuilder<EntProjectType> |
EnterpriseProjectInternalTypeService.getEntProjectTypeByKey(String entProjectTypeInternal)
Fetch a single
EntProjectType entity using key fields. |
Copyright © 2021 SAP SE. All rights reserved.