Class OrgBiddingGroupsUpdateNameV1Request.Builder
- java.lang.Object
-
- com.chrt.api.resources.listing.orgbiddinggroups.requests.OrgBiddingGroupsUpdateNameV1Request.Builder
-
- All Implemented Interfaces:
OrgBiddingGroupsUpdateNameV1Request._FinalStage,OrgBiddingGroupsUpdateNameV1Request.GroupNameStage
- Enclosing class:
- OrgBiddingGroupsUpdateNameV1Request
public static final class OrgBiddingGroupsUpdateNameV1Request.Builder extends java.lang.Object implements OrgBiddingGroupsUpdateNameV1Request.GroupNameStage, OrgBiddingGroupsUpdateNameV1Request._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OrgBiddingGroupsUpdateNameV1Requestbuild()OrgBiddingGroupsUpdateNameV1Request.Builderfrom(OrgBiddingGroupsUpdateNameV1Request other)OrgBiddingGroupsUpdateNameV1Request._FinalStagegroupName(java.lang.String groupName)
-
-
-
Method Detail
-
from
public OrgBiddingGroupsUpdateNameV1Request.Builder from(OrgBiddingGroupsUpdateNameV1Request other)
- Specified by:
fromin interfaceOrgBiddingGroupsUpdateNameV1Request.GroupNameStage
-
groupName
public OrgBiddingGroupsUpdateNameV1Request._FinalStage groupName(@NotNull java.lang.String groupName)
- Specified by:
groupNamein interfaceOrgBiddingGroupsUpdateNameV1Request.GroupNameStage
-
build
public OrgBiddingGroupsUpdateNameV1Request build()
- Specified by:
buildin interfaceOrgBiddingGroupsUpdateNameV1Request._FinalStage
-
-