public static final class HasPermissionRequest.Options extends Object
NO_ERROR_IF_NOT_EXISTS
: If false
will return an error if the
provided object
does not exist or is blank. If true
then
it will return false
for hasPermission
.
Supported values:
The default value is FALSE
.
Map
.
A set of string constants for the parameter options
.public static final String NO_ERROR_IF_NOT_EXISTS
false
will return an error if the provided object
does not exist or is blank. If true
then it will return
false
for hasPermission
.
Supported values:
The default value is FALSE
.public static final String TRUE
public static final String FALSE
Copyright © 2024. All rights reserved.