Class Account


public class Account extends SerializableEntity
Represents Azure DevOps Account
  • Constructor Details

    • Account

      public Account()
  • Method Details

    • getAccountId

      public String getAccountId()
    • setAccountId

      public void setAccountId(String accountId)
    • getAccountName

      public String getAccountName()
    • setAccountName

      public void setAccountName(String accountName)
    • getAccountOwner

      public String getAccountOwner()
    • setAccountOwner

      public void setAccountOwner(String accountOwner)
    • getAccountStatus

      public String getAccountStatus()
    • setAccountStatus

      public void setAccountStatus(String accountStatus)
    • getAccountType

      public String getAccountType()
    • setAccountType

      public void setAccountType(String accountType)
    • getAccountUri

      public String getAccountUri()
    • setAccountUri

      public void setAccountUri(String accountUri)
    • getCreatedBy

      public String getCreatedBy()
    • setCreatedBy

      public void setCreatedBy(String createdBy)
    • isHasMoved

      public boolean isHasMoved()
    • setHasMoved

      public void setHasMoved(boolean hasMoved)
    • getLastUpdatedBy

      public String getLastUpdatedBy()
    • setLastUpdatedBy

      public void setLastUpdatedBy(String lastUpdatedBy)
    • getLastUpdatedDate

      public String getLastUpdatedDate()
    • setLastUpdatedDate

      public void setLastUpdatedDate(String lastUpdatedDate)
    • getNamespaceId

      public String getNamespaceId()
    • setNamespaceId

      public void setNamespaceId(String namespaceId)
    • getNewCollectionId

      public String getNewCollectionId()
    • setNewCollectionId

      public void setNewCollectionId(String newCollectionId)
    • getOrganizationName

      public String getOrganizationName()
    • setOrganizationName

      public void setOrganizationName(String organizationName)
    • getProperties

      public PropertiesCollection getProperties()
    • setProperties

      public void setProperties(PropertiesCollection properties)
    • getStatusReason

      public String getStatusReason()
    • setStatusReason

      public void setStatusReason(String statusReason)