public static final class GroupChangeProcess.GroupChangeProcessBuilder extends Object
Modifier and Type | Method and Description |
---|---|
GroupChangeProcess |
build() |
GroupChangeProcess.GroupChangeProcessBuilder |
changeProcess(ChangeProcess value)
Navigation property _ChangeProcess for GroupChangeProcess to single ChangeProcess.
|
GroupChangeProcess.GroupChangeProcessBuilder |
procAttributes(ChangeProcessAttribute... value)
Navigation property _ProcAttributes for GroupChangeProcess to multiple
ChangeProcessAttribute.
|
GroupChangeProcess.GroupChangeProcessBuilder |
srvcTransacChgProcExecSequence(String srvcTransacChgProcExecSequence)
Constraints: Not nullable, Maximum length: 8
|
GroupChangeProcess.GroupChangeProcessBuilder |
srvcTransChangeProcess(String srvcTransChangeProcess)
(Key Field) Constraints: Not nullable, Maximum length: 32
|
GroupChangeProcess.GroupChangeProcessBuilder |
srvcTransChangeProcessGroup(String srvcTransChangeProcessGroup)
(Key Field) Constraints: Not nullable, Maximum length: 32
|
String |
toString() |
@Nonnull public GroupChangeProcess.GroupChangeProcessBuilder changeProcess(ChangeProcess value)
value
- The ChangeProcess to build this GroupChangeProcess with.@Nonnull public GroupChangeProcess.GroupChangeProcessBuilder procAttributes(ChangeProcessAttribute... value)
value
- The ChangeProcessAttributes to build this GroupChangeProcess with.@Nonnull public GroupChangeProcess.GroupChangeProcessBuilder srvcTransChangeProcessGroup(@Nullable String srvcTransChangeProcessGroup)
Original property name from the Odata EDM: SrvcTransChangeProcessGroup
this
.@Nonnull public GroupChangeProcess.GroupChangeProcessBuilder srvcTransChangeProcess(@Nullable String srvcTransChangeProcess)
Original property name from the Odata EDM: SrvcTransChangeProcess
this
.@Nonnull public GroupChangeProcess.GroupChangeProcessBuilder srvcTransacChgProcExecSequence(@Nullable String srvcTransacChgProcExecSequence)
Original property name from the Odata EDM: SrvcTransacChgProcExecSequence
this
.@Nonnull public GroupChangeProcess build()
Copyright © 2021 SAP SE. All rights reserved.