public final class SessionIds extends Object
| Constructor and Description |
|---|
SessionIds() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
sessionIds()
Get the sessionIds property: List of session IDs.
|
void |
validate()
Validates the instance.
|
SessionIds |
withSessionIds(List<String> sessionIds)
Set the sessionIds property: List of session IDs.
|
public List<String> sessionIds()
public SessionIds withSessionIds(List<String> sessionIds)
sessionIds - the sessionIds value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.