@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T17:07:26.321-05:00[America/Chicago]") public class AssociatedServerMediated extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_TRUSTED |
Constructor and Description |
---|
AssociatedServerMediated() |
Modifier and Type | Method and Description |
---|---|
AssociatedServerMediated |
addTrustedItem(String trustedItem) |
boolean |
equals(Object o) |
List<String> |
getTrusted()
A list of the authorization server IDs
|
int |
hashCode() |
void |
setTrusted(List<String> trusted) |
String |
toString() |
AssociatedServerMediated |
trusted(List<String> trusted) |
public static final String JSON_PROPERTY_TRUSTED
public AssociatedServerMediated trusted(List<String> trusted)
public AssociatedServerMediated addTrustedItem(String trustedItem)
@Nullable public List<String> getTrusted()
Copyright © 2017–2023 Okta. All rights reserved.