Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.enterpriseprojectprofile | |
com.sap.cloud.sdk.s4hana.datamodel.odatav4.services |
Modifier and Type | Field and Description |
---|---|
static SimpleProperty<ProjectProfileCodeText> |
ProjectProfileCodeText.ALL_FIELDS
Selector for all available fields of ProjectProfileCodeText.
|
static SimpleProperty.String<ProjectProfileCodeText> |
ProjectProfileCodeText.LANGUAGE |
static SimpleProperty.String<ProjectProfileCodeText> |
ProjectProfileCodeText.PROJECT_PROFILE_CODE |
static SimpleProperty.String<ProjectProfileCodeText> |
ProjectProfileCodeText.PROJECT_PROFILE_CODE_TEXT |
static NavigationProperty.Single<ProjectProfileCodeText,ProjectProfileCode> |
ProjectProfileCodeText.TO__PROJECT_PROFILE_CODE
Use with available request builders to apply the _ProjectProfileCode navigation property to query
operations.
|
static NavigationProperty.Collection<ProjectProfileCode,ProjectProfileCodeText> |
ProjectProfileCode.TO__PROJECT_PROFILE_CODE_TEXT
Use with available request builders to apply the _ProjectProfileCodeText navigation property to query
operations.
|
Modifier and Type | Method and Description |
---|---|
ProjectProfileCodeText |
ProjectProfileCodeText.ProjectProfileCodeTextBuilder.build() |
Modifier and Type | Method and Description |
---|---|
io.vavr.control.Option<List<ProjectProfileCodeText>> |
ProjectProfileCode.getProjectProfileCodeTextIfPresent()
Retrieval of associated ProjectProfileCodeText entities (one to many).
|
Class<ProjectProfileCodeText> |
ProjectProfileCodeText.getType() |
Modifier and Type | Method and Description |
---|---|
void |
ProjectProfileCode.addProjectProfileCodeText(ProjectProfileCodeText... entity)
Adds elements to the list of associated ProjectProfileCodeText entities.
|
ProjectProfileCode.ProjectProfileCodeBuilder |
ProjectProfileCode.ProjectProfileCodeBuilder.projectProfileCodeText(ProjectProfileCodeText... value)
Navigation property _ProjectProfileCodeText for ProjectProfileCode to multiple
ProjectProfileCodeText.
|
Modifier and Type | Method and Description |
---|---|
void |
ProjectProfileCode.setProjectProfileCodeText(List<ProjectProfileCodeText> value)
Overwrites the list of associated ProjectProfileCodeText entities for the loaded navigation property
_ProjectProfileCodeText.
|
Constructor and Description |
---|
ProjectProfileCode(String projectProfileCode,
String projectProfileCodeText,
List<ProjectProfileCodeText> to_ProjectProfileCodeText) |
Copyright © 2021 SAP SE. All rights reserved.