/* Options: Date: 2025-04-04 17:49:01 Version: 5.140 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://api.clubmanagercentral.com //Package: //GlobalNamespace: dtos //AddPropertyAccessors: True //SettersReturnThis: True //AddServiceStackTypes: True //AddResponseStatus: False //AddDescriptionAsComments: True //AddImplicitVersion: IncludeTypes: Command.AddProspectCommandRequest.* //ExcludeTypes: //TreatTypesAsStrings: //DefaultImports: java.math.*,java.util.*,net.servicestack.client.* */ import java.math.*; import java.util.*; import net.servicestack.client.*; public class dtos { @Route(Path="/api/Command/AddProspectCommand", Verbs="POST") public static class AddProspectCommandRequest implements IReturn { public Gender Gender = null; public ArrayList Tags = null; public Boolean AgreedToTerms = null; public Boolean IsOnlineJoining = null; public Boolean PhotoPermission = null; public Boolean FirstAidPermission = null; public Boolean GiftAidPermission = null; public Boolean OptInEmail = null; public Boolean OptInSms = null; public Boolean OptInNotification = null; public Boolean OptInPostal = null; public Boolean OptInTelephone = null; public ArrayList CustomAttributes = null; public Integer MemberId = null; public String Title = null; public String Forenames = null; public String Surname = null; public String CompanyName = null; public String Address1 = null; public String Address2 = null; public String City = null; public String County = null; public String Country = null; public String Postcode = null; public Date DateOfBirth = null; public String EmailAddress = null; public String HomePhone = null; public String MobilePhone = null; public String EmergencyContact = null; public String ParentName = null; public String ParentSurname = null; public String MedicalInformation = null; public String Recaptcha = null; public Gender getGender() { return Gender; } public AddProspectCommandRequest setGender(Gender value) { this.Gender = value; return this; } public ArrayList getTags() { return Tags; } public AddProspectCommandRequest setTags(ArrayList value) { this.Tags = value; return this; } public Boolean isAgreedToTerms() { return AgreedToTerms; } public AddProspectCommandRequest setAgreedToTerms(Boolean value) { this.AgreedToTerms = value; return this; } public Boolean getIsOnlineJoining() { return IsOnlineJoining; } public AddProspectCommandRequest setIsOnlineJoining(Boolean value) { this.IsOnlineJoining = value; return this; } public Boolean isPhotoPermission() { return PhotoPermission; } public AddProspectCommandRequest setPhotoPermission(Boolean value) { this.PhotoPermission = value; return this; } public Boolean isFirstAidPermission() { return FirstAidPermission; } public AddProspectCommandRequest setFirstAidPermission(Boolean value) { this.FirstAidPermission = value; return this; } public Boolean isGiftAidPermission() { return GiftAidPermission; } public AddProspectCommandRequest setGiftAidPermission(Boolean value) { this.GiftAidPermission = value; return this; } public Boolean isOptInEmail() { return OptInEmail; } public AddProspectCommandRequest setOptInEmail(Boolean value) { this.OptInEmail = value; return this; } public Boolean isOptInSms() { return OptInSms; } public AddProspectCommandRequest setOptInSms(Boolean value) { this.OptInSms = value; return this; } public Boolean isOptInNotification() { return OptInNotification; } public AddProspectCommandRequest setOptInNotification(Boolean value) { this.OptInNotification = value; return this; } public Boolean isOptInPostal() { return OptInPostal; } public AddProspectCommandRequest setOptInPostal(Boolean value) { this.OptInPostal = value; return this; } public Boolean isOptInTelephone() { return OptInTelephone; } public AddProspectCommandRequest setOptInTelephone(Boolean value) { this.OptInTelephone = value; return this; } public ArrayList getCustomAttributes() { return CustomAttributes; } public AddProspectCommandRequest setCustomAttributes(ArrayList value) { this.CustomAttributes = value; return this; } public Integer getMemberId() { return MemberId; } public AddProspectCommandRequest setMemberId(Integer value) { this.MemberId = value; return this; } public String getTitle() { return Title; } public AddProspectCommandRequest setTitle(String value) { this.Title = value; return this; } public String getForenames() { return Forenames; } public AddProspectCommandRequest setForenames(String value) { this.Forenames = value; return this; } public String getSurname() { return Surname; } public AddProspectCommandRequest setSurname(String value) { this.Surname = value; return this; } public String getCompanyName() { return CompanyName; } public AddProspectCommandRequest setCompanyName(String value) { this.CompanyName = value; return this; } public String getAddress1() { return Address1; } public AddProspectCommandRequest setAddress1(String value) { this.Address1 = value; return this; } public String getAddress2() { return Address2; } public AddProspectCommandRequest setAddress2(String value) { this.Address2 = value; return this; } public String getCity() { return City; } public AddProspectCommandRequest setCity(String value) { this.City = value; return this; } public String getCounty() { return County; } public AddProspectCommandRequest setCounty(String value) { this.County = value; return this; } public String getCountry() { return Country; } public AddProspectCommandRequest setCountry(String value) { this.Country = value; return this; } public String getPostcode() { return Postcode; } public AddProspectCommandRequest setPostcode(String value) { this.Postcode = value; return this; } public Date getDateOfBirth() { return DateOfBirth; } public AddProspectCommandRequest setDateOfBirth(Date value) { this.DateOfBirth = value; return this; } public String getEmailAddress() { return EmailAddress; } public AddProspectCommandRequest setEmailAddress(String value) { this.EmailAddress = value; return this; } public String getHomePhone() { return HomePhone; } public AddProspectCommandRequest setHomePhone(String value) { this.HomePhone = value; return this; } public String getMobilePhone() { return MobilePhone; } public AddProspectCommandRequest setMobilePhone(String value) { this.MobilePhone = value; return this; } public String getEmergencyContact() { return EmergencyContact; } public AddProspectCommandRequest setEmergencyContact(String value) { this.EmergencyContact = value; return this; } public String getParentName() { return ParentName; } public AddProspectCommandRequest setParentName(String value) { this.ParentName = value; return this; } public String getParentSurname() { return ParentSurname; } public AddProspectCommandRequest setParentSurname(String value) { this.ParentSurname = value; return this; } public String getMedicalInformation() { return MedicalInformation; } public AddProspectCommandRequest setMedicalInformation(String value) { this.MedicalInformation = value; return this; } public String getRecaptcha() { return Recaptcha; } public AddProspectCommandRequest setRecaptcha(String value) { this.Recaptcha = value; return this; } private static Object responseType = AddProspectResult.class; public Object getResponseType() { return responseType; } } public static class AddProspectResult implements ICommandResult { public Integer MemberId = null; public Boolean IsExistingMember = null; public UUID MemberKey = null; public String AppRegistrationId = null; public Integer getMemberId() { return MemberId; } public AddProspectResult setMemberId(Integer value) { this.MemberId = value; return this; } public Boolean getIsExistingMember() { return IsExistingMember; } public AddProspectResult setIsExistingMember(Boolean value) { this.IsExistingMember = value; return this; } public UUID getMemberKey() { return MemberKey; } public AddProspectResult setMemberKey(UUID value) { this.MemberKey = value; return this; } public String getAppRegistrationId() { return AppRegistrationId; } public AddProspectResult setAppRegistrationId(String value) { this.AppRegistrationId = value; return this; } } public static class CustomAttributeValue { public Integer CustomAttributeId = null; public Integer CustomAttributeValueId = null; public Integer InstanceId = null; public String StoredValue = null; public String TypeName = null; public Boolean ReadOnly = null; public Integer getCustomAttributeId() { return CustomAttributeId; } public CustomAttributeValue setCustomAttributeId(Integer value) { this.CustomAttributeId = value; return this; } public Integer getCustomAttributeValueId() { return CustomAttributeValueId; } public CustomAttributeValue setCustomAttributeValueId(Integer value) { this.CustomAttributeValueId = value; return this; } public Integer getInstanceId() { return InstanceId; } public CustomAttributeValue setInstanceId(Integer value) { this.InstanceId = value; return this; } public String getStoredValue() { return StoredValue; } public CustomAttributeValue setStoredValue(String value) { this.StoredValue = value; return this; } public String getTypeName() { return TypeName; } public CustomAttributeValue setTypeName(String value) { this.TypeName = value; return this; } public Boolean isReadOnly() { return ReadOnly; } public CustomAttributeValue setReadOnly(Boolean value) { this.ReadOnly = value; return this; } } public static enum Gender { Unknown, Male, Female, Other, PreferNotToSay; } public static interface ICommandResult { } }