Class CourierOrgProfileClientCreate1.Builder
- java.lang.Object
-
- com.chrt.api.resources.orgprofiles.requests.CourierOrgProfileClientCreate1.Builder
-
- All Implemented Interfaces:
CourierOrgProfileClientCreate1._FinalStage,CourierOrgProfileClientCreate1.DescriptionStage,CourierOrgProfileClientCreate1.EmailAddressPrimaryStage,CourierOrgProfileClientCreate1.PhoneNumberPrimaryStage,CourierOrgProfileClientCreate1.SchemaVersionStage
- Enclosing class:
- CourierOrgProfileClientCreate1
public static final class CourierOrgProfileClientCreate1.Builder extends java.lang.Object implements CourierOrgProfileClientCreate1.SchemaVersionStage, CourierOrgProfileClientCreate1.DescriptionStage, CourierOrgProfileClientCreate1.EmailAddressPrimaryStage, CourierOrgProfileClientCreate1.PhoneNumberPrimaryStage, CourierOrgProfileClientCreate1._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CourierOrgProfileClientCreate1build()CourierOrgProfileClientCreate1.EmailAddressPrimaryStagedescription(java.lang.String description)CourierOrgProfileClientCreate1.PhoneNumberPrimaryStageemailAddressPrimary(java.lang.String emailAddressPrimary)CourierOrgProfileClientCreate1.Builderfrom(CourierOrgProfileClientCreate1 other)CourierOrgProfileClientCreate1._FinalStagephoneNumberPrimary(java.lang.String phoneNumberPrimary)CourierOrgProfileClientCreate1.DescriptionStageschemaVersion(int schemaVersion)
-
-
-
Method Detail
-
from
public CourierOrgProfileClientCreate1.Builder from(CourierOrgProfileClientCreate1 other)
- Specified by:
fromin interfaceCourierOrgProfileClientCreate1.SchemaVersionStage
-
schemaVersion
public CourierOrgProfileClientCreate1.DescriptionStage schemaVersion(int schemaVersion)
- Specified by:
schemaVersionin interfaceCourierOrgProfileClientCreate1.SchemaVersionStage
-
description
public CourierOrgProfileClientCreate1.EmailAddressPrimaryStage description(@NotNull java.lang.String description)
- Specified by:
descriptionin interfaceCourierOrgProfileClientCreate1.DescriptionStage
-
emailAddressPrimary
public CourierOrgProfileClientCreate1.PhoneNumberPrimaryStage emailAddressPrimary(@NotNull java.lang.String emailAddressPrimary)
- Specified by:
emailAddressPrimaryin interfaceCourierOrgProfileClientCreate1.EmailAddressPrimaryStage
-
phoneNumberPrimary
public CourierOrgProfileClientCreate1._FinalStage phoneNumberPrimary(@NotNull java.lang.String phoneNumberPrimary)
- Specified by:
phoneNumberPrimaryin interfaceCourierOrgProfileClientCreate1.PhoneNumberPrimaryStage
-
build
public CourierOrgProfileClientCreate1 build()
- Specified by:
buildin interfaceCourierOrgProfileClientCreate1._FinalStage
-
-