Package | Description |
---|---|
com.oracle.bmc.mediaservices.model |
Modifier and Type | Method and Description |
---|---|
static GenerateSessionTokenDetails.Scopes |
GenerateSessionTokenDetails.Scopes.create(String key) |
static GenerateSessionTokenDetails.Scopes |
GenerateSessionTokenDetails.Scopes.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GenerateSessionTokenDetails.Scopes[] |
GenerateSessionTokenDetails.Scopes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<GenerateSessionTokenDetails.Scopes> |
GenerateSessionTokenDetails.getScopes()
Array of scopes the token can act upon.
|
Modifier and Type | Method and Description |
---|---|
GenerateSessionTokenDetails.Builder |
GenerateSessionTokenDetails.Builder.scopes(List<GenerateSessionTokenDetails.Scopes> scopes)
Array of scopes the token can act upon.
|
Constructor and Description |
---|
GenerateSessionTokenDetails(Date timeExpires,
List<GenerateSessionTokenDetails.Scopes> scopes,
String packagingConfigId,
List<String> assetIds)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.