I
InsightNexus

RequestType (Azure SDK for Java Reference Documentation)

Author

Andrew Henderson

Published Feb 16, 2026

RequestType (Azure SDK for Java Reference Documentation)
public final class RequestTypeextends com.azure.core.util.ExpandableStringEnum<RequestType>

The type of the role assignment schedule request. Eg: SelfActivate, AdminAssign etc.

  • Field Summary

    Fields

    Static value AdminAssign for RequestType.

    Static value AdminExtend for RequestType.

    Static value AdminRemove for RequestType.

    Static value AdminRenew for RequestType.

    Static value AdminUpdate for RequestType.

    Static value SelfActivate for RequestType.

    Static value SelfDeactivate for RequestType.

    Static value SelfExtend for RequestType.

    Static value SelfRenew for RequestType.

  • Constructor Summary

    Constructors

    Deprecated.
  • Method Summary

    Creates or finds a RequestType from its string representation.

    Gets known RequestType values.

    Methods inherited from class com.azure.core.util.ExpandableStringEnum

    equals, fromString, hashCode, toString, values

  • Field Details

    • ADMIN_ASSIGN

      Static value AdminAssign for RequestType.

    • ADMIN_REMOVE

      Static value AdminRemove for RequestType.

    • ADMIN_UPDATE

      Static value AdminUpdate for RequestType.

    • ADMIN_EXTEND

      Static value AdminExtend for RequestType.

    • ADMIN_RENEW

      Static value AdminRenew for RequestType.

    • SELF_ACTIVATE

      Static value SelfActivate for RequestType.

    • SELF_DEACTIVATE

      Static value SelfDeactivate for RequestType.

    • SELF_EXTEND

      Static value SelfExtend for RequestType.

    • SELF_RENEW

      Static value SelfRenew for RequestType.

  • Constructor Details

    • RequestType

      Deprecated.

      Creates a new instance of RequestType value.

  • Method Details

    • fromString

      Creates or finds a RequestType from its string representation.

      Parameters:
      name - a name to look for.
      Returns:
      the corresponding RequestType.
    • values

      Gets known RequestType values.

      Returns:
      known RequestType values.