Class ProjectNetwork.ProjectNetworkBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.trialbalance.ProjectNetwork.ProjectNetworkBuilder
- Enclosing class:
- ProjectNetwork
-
Method Summary
Modifier and TypeMethodDescriptionbuild()projectNetwork(String projectNetwork) (Key Field) Constraints: Not nullableprojectNetworkText(String projectNetworkText) Constraints: Not nullable, Maximum length: 60toString()
-
Method Details
-
projectNetwork
@Nonnull public ProjectNetwork.ProjectNetworkBuilder projectNetwork(@Nullable String projectNetwork) (Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: ProjectNetwork
- Returns:
this.
-
projectNetworkText
@Nonnull public ProjectNetwork.ProjectNetworkBuilder projectNetworkText(@Nullable String projectNetworkText) Constraints: Not nullable, Maximum length: 60Original property name from the Odata EDM: ProjectNetworkText
- Returns:
this.
-
build
-
toString
-