public final class UsersGetSessionInfoResponse extends AbstractResponseObject
| Constructor | Description |
|---|---|
UsersGetSessionInfoResponse() |
| Modifier and Type | Method | Description |
|---|---|---|
String |
getClientId() |
Get application's client ID
|
String |
getEmail() |
Get User's email (OAuth2ReadPII)
|
String |
getFirstName() |
Get User's first name (OAuth2ReadPII)
|
String |
getHref() |
Get Onshape internal use
|
String |
getId() |
Get Onshape internal use
|
String |
getImage() |
Get User's image (OAuth2ReadPII)
|
String |
getLastName() |
Get User's last name (OAuth2ReadPII)
|
String |
getName() |
Get User's name (OAuth2ReadPII)
|
Number |
getOauth2Scopes() |
Get Onshape internal use
|
Number |
getRole() |
Get Onshape internal use
|
String[] |
getRoles() |
Get User's roles (OAuth2ReadPII)
|
Number |
getState() |
Get Onshape internal use
|
UsersGetSessionInfoResponse |
refresh(Onshape onshape) |
Refresh this page of results
|
String |
toString() |
getOtherPropertiespublic final UsersGetSessionInfoResponse refresh(Onshape onshape) throws OnshapeException
onshape - The Onshape client object.OnshapeException - On HTTP or serialization error.public final String getId()
public final String getName()
public final String getHref()
public final String getFirstName()
public final String getLastName()
public final String getEmail()
public final String getImage()
public final Number getState()
public final Number getOauth2Scopes()
public final String getClientId()
public final Number getRole()
public final String[] getRoles()
Copyright © 2021. All rights reserved.