| Modifier and Type | Field and Description |
|---|---|
static OperationOrigin |
OperationOrigin.SYSTEM
Static value system for OperationOrigin.
|
static OperationOrigin |
OperationOrigin.USER
Static value user for OperationOrigin.
|
| Modifier and Type | Method and Description |
|---|---|
static OperationOrigin |
OperationOrigin.fromString(String name)
Creates or finds a OperationOrigin from its string representation.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<OperationOrigin> |
OperationOrigin.values() |
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/