Enum UserOwnership

java.lang.Object
java.lang.Enum<UserOwnership>
com.microsoft.graph.models.UserOwnership
All Implemented Interfaces:
com.microsoft.kiota.serialization.ValuedEnum, Serializable, Comparable<UserOwnership>, java.lang.constant.Constable

@Generated("com.microsoft.kiota") public enum UserOwnership extends Enum<UserOwnership> implements com.microsoft.kiota.serialization.ValuedEnum
  • Enum Constant Details

    • None

      public static final UserOwnership None
    • LawfulBasisForProcessing

      public static final UserOwnership LawfulBasisForProcessing
    • RightToAccess

      public static final UserOwnership RightToAccess
    • RightToBeInformed

      public static final UserOwnership RightToBeInformed
    • RightToDataPortability

      public static final UserOwnership RightToDataPortability
    • RightToObject

      public static final UserOwnership RightToObject
    • RightToRectification

      public static final UserOwnership RightToRectification
    • RightToRestrictionOfProcessing

      public static final UserOwnership RightToRestrictionOfProcessing
    • RightsRelatedToAutomatedDecisionMaking

      public static final UserOwnership RightsRelatedToAutomatedDecisionMaking
    • UnknownFutureValue

      public static final UserOwnership UnknownFutureValue
  • Field Details

    • value

      public final String value
  • Method Details

    • values

      public static UserOwnership[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static UserOwnership valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null
    • getValue

      @Nonnull public String getValue()
      Specified by:
      getValue in interface com.microsoft.kiota.serialization.ValuedEnum
    • forValue

      @Nullable public static UserOwnership forValue(@Nonnull String searchValue)