Class PersonalProfileRequestBody


public class PersonalProfileRequestBody extends MyProfileRequestBody
PersonalDetailsRequestBody provides a structure for passing personal details over a REST API. It is used for creating and updating PersonalProfiles for other users.
  • Constructor Details

    • PersonalProfileRequestBody

      public PersonalProfileRequestBody()
      Default constructor
    • PersonalProfileRequestBody

      public PersonalProfileRequestBody(PersonalProfileRequestBody template)
      Copy/clone constructor
      Parameters:
      template - object to copy
    • PersonalProfileRequestBody

      public PersonalProfileRequestBody(MyProfileRequestBody template)
      Copy/clone constructor
      Parameters:
      template - object to copy
  • Method Details

    • getProfileUserId

      public String getProfileUserId()
      Return the anchoring userId for this profile.
      Returns:
      string
    • setProfileUserId

      public void setProfileUserId(String profileUserId)
      Set up the anchoring userId for this profile.
      Parameters:
      profileUserId - string
    • getOriginatingSystemGUID

      public String getOriginatingSystemGUID()
      Return the unique identifier for the originating system.
      Returns:
      string
    • setOriginatingSystemGUID

      public void setOriginatingSystemGUID(String originatingSystemGUID)
      Set up the unique identifier for the originating system
      Parameters:
      originatingSystemGUID - string
    • getOriginatingSystemName

      public String getOriginatingSystemName()
      Return the unique name for the originating system.
      Returns:
      string
    • setOriginatingSystemName

      public void setOriginatingSystemName(String originatingSystemName)
      Set up the unique name for the originating system
      Parameters:
      originatingSystemName - string
    • toString

      public String toString()
      JSON-style toString.
      Overrides:
      toString in class MyProfileRequestBody
      Returns:
      list of properties and their values.
    • equals

      public boolean equals(Object objectToCompare)
      Standard method.
      Overrides:
      equals in class MyProfileRequestBody
      Parameters:
      objectToCompare - object to compare
      Returns:
      boolean
    • hashCode

      public int hashCode()
      Standard method
      Overrides:
      hashCode in class MyProfileRequestBody
      Returns:
      hashcode