Class PostStaffRequest

java.lang.Object
org.apache.fineract.client.models.PostStaffRequest

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.8.0") public class PostStaffRequest extends Object
PostStaffRequest
  • Field Details

  • Constructor Details

    • PostStaffRequest

      public PostStaffRequest()
  • Method Details

    • dateFormat

      public PostStaffRequest dateFormat(String dateFormat)
    • getDateFormat

      @Nullable public String getDateFormat()
      Get dateFormat
      Returns:
      dateFormat
    • setDateFormat

      public void setDateFormat(String dateFormat)
    • externalId

      public PostStaffRequest externalId(String externalId)
    • getExternalId

      @Nullable public String getExternalId()
      Get externalId
      Returns:
      externalId
    • setExternalId

      public void setExternalId(String externalId)
    • firstname

      public PostStaffRequest firstname(String firstname)
    • getFirstname

      @Nullable public String getFirstname()
      Get firstname
      Returns:
      firstname
    • setFirstname

      public void setFirstname(String firstname)
    • isActive

      public PostStaffRequest isActive(Boolean isActive)
    • getIsActive

      @Nullable public Boolean getIsActive()
      Get isActive
      Returns:
      isActive
    • setIsActive

      public void setIsActive(Boolean isActive)
    • isLoanOfficer

      public PostStaffRequest isLoanOfficer(Boolean isLoanOfficer)
    • getIsLoanOfficer

      @Nullable public Boolean getIsLoanOfficer()
      Get isLoanOfficer
      Returns:
      isLoanOfficer
    • setIsLoanOfficer

      public void setIsLoanOfficer(Boolean isLoanOfficer)
    • joiningDate

      public PostStaffRequest joiningDate(LocalDate joiningDate)
    • getJoiningDate

      @Nullable public LocalDate getJoiningDate()
      Get joiningDate
      Returns:
      joiningDate
    • setJoiningDate

      public void setJoiningDate(LocalDate joiningDate)
    • lastname

      public PostStaffRequest lastname(String lastname)
    • getLastname

      @Nullable public String getLastname()
      Get lastname
      Returns:
      lastname
    • setLastname

      public void setLastname(String lastname)
    • locale

      public PostStaffRequest locale(String locale)
    • getLocale

      @Nullable public String getLocale()
      Get locale
      Returns:
      locale
    • setLocale

      public void setLocale(String locale)
    • mobileNo

      public PostStaffRequest mobileNo(String mobileNo)
    • getMobileNo

      @Nullable public String getMobileNo()
      Get mobileNo
      Returns:
      mobileNo
    • setMobileNo

      public void setMobileNo(String mobileNo)
    • officeId

      public PostStaffRequest officeId(Long officeId)
    • getOfficeId

      @Nullable public Long getOfficeId()
      Get officeId
      Returns:
      officeId
    • setOfficeId

      public void setOfficeId(Long officeId)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object