Uses of Class
model.AuthorizationLinksDevice
-
Packages that use AuthorizationLinksDevice Package Description model -
-
Uses of AuthorizationLinksDevice in model
Methods in model that return AuthorizationLinksDevice Modifier and Type Method Description static AuthorizationLinksDeviceAuthorizationLinksDevice. fromJson(String jsonString)Create an instance of AuthorizationLinksDevice given an JSON stringAuthorizationLinksDeviceAuthorizationLinks. getDevice()Get deviceAuthorizationLinksDeviceTransferLinks. getDevice()Get deviceAuthorizationLinksDeviceAuthorizationLinksDevice. href(String href)Methods in model with parameters of type AuthorizationLinksDevice Modifier and Type Method Description AuthorizationLinksAuthorizationLinks. device(AuthorizationLinksDevice device)TransferLinksTransferLinks. device(AuthorizationLinksDevice device)voidAuthorizationLinks. setDevice(AuthorizationLinksDevice device)voidTransferLinks. setDevice(AuthorizationLinksDevice device)
-