Interface LineItemGroupAdHocCreateClientReq.OwnedByOrgIdStage
-
- All Known Implementing Classes:
LineItemGroupAdHocCreateClientReq.Builder
- Enclosing class:
- LineItemGroupAdHocCreateClientReq
public static interface LineItemGroupAdHocCreateClientReq.OwnedByOrgIdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LineItemGroupAdHocCreateClientReq.Builderfrom(LineItemGroupAdHocCreateClientReq other)LineItemGroupAdHocCreateClientReq._FinalStageownedByOrgId(java.lang.String ownedByOrgId)Must be a string starting withorg_
-
-
-
Method Detail
-
ownedByOrgId
LineItemGroupAdHocCreateClientReq._FinalStage ownedByOrgId(@NotNull java.lang.String ownedByOrgId)
Must be a string starting with
org_
-
from
LineItemGroupAdHocCreateClientReq.Builder from(LineItemGroupAdHocCreateClientReq other)
-
-