| Package | Description |
|---|---|
| com.dnanexus |
Provides low- and high-level bindings to the DNAnexus Platform.
|
| Modifier and Type | Method and Description |
|---|---|
static AccessLevel |
AccessLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccessLevel[] |
AccessLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Map<DXContainer,AccessLevel> |
DXDataObject.listProjects()
Returns the set of projects that contain this object, and which the requesting user has
permissions to access.
|
| Modifier and Type | Method and Description |
|---|---|
DXSearch.FindDataObjectsRequestBuilder<T> |
DXSearch.FindDataObjectsRequestBuilder.withMinimumAccessLevel(AccessLevel level)
Only returns data objects to which the requesting user has at least the specified level
of permission in some project.
|
Copyright © 2023. All Rights Reserved.