Interface AccessRequest.State
- 
- Enclosing class:
- AccessRequest
 
 public static interface AccessRequest.StateThe state of the access request.
- 
- 
Field Detail- 
PENDINGstatic final String PENDING PENDING.- See Also:
- Constant Field Values
 
 - 
APPROVEDstatic final String APPROVED APPROVED.- See Also:
- Constant Field Values
 
 - 
REJECTEDstatic final String REJECTED REJECTED.- See Also:
- Constant Field Values
 
 - 
REVOKEDstatic final String REVOKED REVOKED.- See Also:
- Constant Field Values
 
 - 
TIMEDOUTstatic final String TIMEDOUT TIMEDOUT.- See Also:
- Constant Field Values
 
 
- 
 
-