java.lang.Object
com.microsoft.azure.management.graphrbac.UserBase

public class UserBase extends Object
The UserBase model.
  • Constructor Details

    • UserBase

      public UserBase()
  • Method Details

    • additionalProperties

      public Map<String,Object> additionalProperties()
      Get the additionalProperties value.
      Returns:
      the additionalProperties value
    • withAdditionalProperties

      public UserBase withAdditionalProperties(Map<String,Object> additionalProperties)
      Set the additionalProperties value.
      Parameters:
      additionalProperties - the additionalProperties value to set
      Returns:
      the UserBase object itself.
    • immutableId

      public String immutableId()
      Get the immutableId value.
      Returns:
      the immutableId value
    • withImmutableId

      public UserBase withImmutableId(String immutableId)
      Set the immutableId value.
      Parameters:
      immutableId - the immutableId value to set
      Returns:
      the UserBase object itself.
    • usageLocation

      public String usageLocation()
      Get the usageLocation value.
      Returns:
      the usageLocation value
    • withUsageLocation

      public UserBase withUsageLocation(String usageLocation)
      Set the usageLocation value.
      Parameters:
      usageLocation - the usageLocation value to set
      Returns:
      the UserBase object itself.
    • givenName

      public String givenName()
      Get the givenName value.
      Returns:
      the givenName value
    • withGivenName

      public UserBase withGivenName(String givenName)
      Set the givenName value.
      Parameters:
      givenName - the givenName value to set
      Returns:
      the UserBase object itself.
    • surname

      public String surname()
      Get the surname value.
      Returns:
      the surname value
    • withSurname

      public UserBase withSurname(String surname)
      Set the surname value.
      Parameters:
      surname - the surname value to set
      Returns:
      the UserBase object itself.
    • userType

      public UserType userType()
      Get the userType value.
      Returns:
      the userType value
    • withUserType

      public UserBase withUserType(UserType userType)
      Set the userType value.
      Parameters:
      userType - the userType value to set
      Returns:
      the UserBase object itself.