Class ForwarderOrgProfileClientCreate1
- java.lang.Object
-
- com.chrt.api.resources.orgs.orgprofiles.requests.ForwarderOrgProfileClientCreate1
-
public final class ForwarderOrgProfileClientCreate1 extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceForwarderOrgProfileClientCreate1._FinalStagestatic classForwarderOrgProfileClientCreate1.Builderstatic interfaceForwarderOrgProfileClientCreate1.DescriptionStagestatic interfaceForwarderOrgProfileClientCreate1.EmailAddressPrimaryStagestatic interfaceForwarderOrgProfileClientCreate1.PhoneNumberPrimaryStagestatic interfaceForwarderOrgProfileClientCreate1.SchemaVersionStage
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ForwarderOrgProfileClientCreate1.SchemaVersionStagebuilder()booleanequals(java.lang.Object other)java.util.Map<java.lang.String,java.lang.Object>getAdditionalProperties()java.lang.StringgetDescription()java.lang.StringgetEmailAddressPrimary()java.lang.StringgetPhoneNumberPrimary()intgetSchemaVersion()inthashCode()java.lang.StringtoString()
-
-
-
Method Detail
-
getSchemaVersion
public int getSchemaVersion()
-
getDescription
public java.lang.String getDescription()
-
getEmailAddressPrimary
public java.lang.String getEmailAddressPrimary()
-
getPhoneNumberPrimary
public java.lang.String getPhoneNumberPrimary()
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
getAdditionalProperties
public java.util.Map<java.lang.String,java.lang.Object> getAdditionalProperties()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
builder
public static ForwarderOrgProfileClientCreate1.SchemaVersionStage builder()
-
-