public class SessionIds extends Object
| Constructor and Description |
|---|
SessionIds() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
sessionIds()
Get list of session IDs.
|
SessionIds |
withSessionIds(List<String> sessionIds)
Set list of session IDs.
|
public SessionIds withSessionIds(List<String> sessionIds)
sessionIds - the sessionIds value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/