Uses of Class
model.AuthorizationsListEmbedded
-
Packages that use AuthorizationsListEmbedded Package Description model -
-
Uses of AuthorizationsListEmbedded in model
Methods in model that return AuthorizationsListEmbedded Modifier and Type Method Description AuthorizationsListEmbeddedAuthorizationsListEmbedded. addAuthorizationsItem(Authorization authorizationsItem)AuthorizationsListEmbeddedAuthorizationsListEmbedded. authorizations(Set<Authorization> authorizations)static AuthorizationsListEmbeddedAuthorizationsListEmbedded. fromJson(String jsonString)Create an instance of AuthorizationsListEmbedded given an JSON stringAuthorizationsListEmbeddedAuthorizationsList. getEmbedded()Get embeddedMethods in model with parameters of type AuthorizationsListEmbedded Modifier and Type Method Description AuthorizationsListAuthorizationsList. embedded(AuthorizationsListEmbedded embedded)voidAuthorizationsList. setEmbedded(AuthorizationsListEmbedded embedded)
-