Package com.okta.sdk.resource.model
Class DeviceListAllOfEmbedded
java.lang.Object
com.okta.sdk.resource.model.DeviceListAllOfEmbedded
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-09-23T08:35:59.300824-05:00[America/Chicago]",
comments="Generator version: 7.8.0")
public class DeviceListAllOfEmbedded
extends Object
implements Serializable
List of associated users for the device if the `expand=user` query parameter is specified in the
request. Use `expand=userSummary` to get only a summary of each associated user for the device.
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddusersItem
(DeviceUser usersItem) boolean
getUsers()
Users for the deviceint
hashCode()
void
setUsers
(List<DeviceUser> users) toString()
users
(List<DeviceUser> users)
-
Field Details
-
JSON_PROPERTY_USERS
- See Also:
-
-
Constructor Details
-
DeviceListAllOfEmbedded
public DeviceListAllOfEmbedded()
-
-
Method Details