java.lang.Object
com.softlayer.api.Type
com.softlayer.api.service.Entity
com.softlayer.api.service.container.product.order.attribute.Contact

@ApiType("SoftLayer_Container_Product_Order_Attribute_Contact")
public class Contact
extends Entity
This is the datatype that needs to be populated and sent to SoftLayer_Product_Order::placeOrder. The SoftLayer_Container_Product_Order_Attribute_Contact datatype contains the contact information.
See Also:
SoftLayer_Container_Product_Order_Attribute_Contact
  • Field Details

    • address

      @ApiProperty(canBeNullOrNotSet=true) protected Address address
      The address information of the contact.
    • addressSpecified

      protected boolean addressSpecified
    • emailAddress

      @ApiProperty(canBeNullOrNotSet=true) protected String emailAddress
      The email address of the contact.
    • emailAddressSpecified

      protected boolean emailAddressSpecified
    • faxNumber

      @ApiProperty(canBeNullOrNotSet=true) protected String faxNumber
      The fax number associated with a contact. This is an optional value.
    • faxNumberSpecified

      protected boolean faxNumberSpecified
    • firstName

      @ApiProperty(canBeNullOrNotSet=true) protected String firstName
      The first name of the contact.
    • firstNameSpecified

      protected boolean firstNameSpecified
    • lastName

      @ApiProperty(canBeNullOrNotSet=true) protected String lastName
      The last name of the contact.
    • lastNameSpecified

      protected boolean lastNameSpecified
    • organizationName

      @ApiProperty(canBeNullOrNotSet=true) protected String organizationName
      The organization name of the contact.
    • organizationNameSpecified

      protected boolean organizationNameSpecified
    • phoneNumber

      @ApiProperty(canBeNullOrNotSet=true) protected String phoneNumber
      The phone number associated with a contact.
    • phoneNumberSpecified

      protected boolean phoneNumberSpecified
    • title

      @ApiProperty(canBeNullOrNotSet=true) protected String title
      The title of the contact.
    • titleSpecified

      protected boolean titleSpecified
  • Constructor Details

    • Contact

      public Contact()
  • Method Details

    • getAddress

      public Address getAddress()
    • setAddress

      public void setAddress​(Address address)
    • isAddressSpecified

      public boolean isAddressSpecified()
    • unsetAddress

      public void unsetAddress()
    • getEmailAddress

      public String getEmailAddress()
    • setEmailAddress

      public void setEmailAddress​(String emailAddress)
    • isEmailAddressSpecified

      public boolean isEmailAddressSpecified()
    • unsetEmailAddress

      public void unsetEmailAddress()
    • getFaxNumber

      public String getFaxNumber()
    • setFaxNumber

      public void setFaxNumber​(String faxNumber)
    • isFaxNumberSpecified

      public boolean isFaxNumberSpecified()
    • unsetFaxNumber

      public void unsetFaxNumber()
    • getFirstName

      public String getFirstName()
    • setFirstName

      public void setFirstName​(String firstName)
    • isFirstNameSpecified

      public boolean isFirstNameSpecified()
    • unsetFirstName

      public void unsetFirstName()
    • getLastName

      public String getLastName()
    • setLastName

      public void setLastName​(String lastName)
    • isLastNameSpecified

      public boolean isLastNameSpecified()
    • unsetLastName

      public void unsetLastName()
    • getOrganizationName

      public String getOrganizationName()
    • setOrganizationName

      public void setOrganizationName​(String organizationName)
    • isOrganizationNameSpecified

      public boolean isOrganizationNameSpecified()
    • unsetOrganizationName

      public void unsetOrganizationName()
    • getPhoneNumber

      public String getPhoneNumber()
    • setPhoneNumber

      public void setPhoneNumber​(String phoneNumber)
    • isPhoneNumberSpecified

      public boolean isPhoneNumberSpecified()
    • unsetPhoneNumber

      public void unsetPhoneNumber()
    • getTitle

      public String getTitle()
    • setTitle

      public void setTitle​(String title)
    • isTitleSpecified

      public boolean isTitleSpecified()
    • unsetTitle

      public void unsetTitle()