@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T23:40:43.026Z[Etc/UTC]") public class DomainListResponse extends Object implements Serializable
| Modifier and Type | Field and Description | 
|---|---|
static String | 
JSON_PROPERTY_DOMAINS  | 
| Constructor and Description | 
|---|
DomainListResponse()  | 
| Modifier and Type | Method and Description | 
|---|---|
DomainListResponse | 
addDomainsItem(DomainResponse domainsItem)  | 
DomainListResponse | 
domains(List<DomainResponse> domains)  | 
boolean | 
equals(Object o)  | 
List<DomainResponse> | 
getDomains()
Each element of the array defines an individual domain. 
 | 
int | 
hashCode()  | 
void | 
setDomains(List<DomainResponse> domains)  | 
String | 
toString()  | 
public static final String JSON_PROPERTY_DOMAINS
public DomainListResponse domains(List<DomainResponse> domains)
public DomainListResponse addDomainsItem(DomainResponse domainsItem)
@Nullable public List<DomainResponse> getDomains()
public void setDomains(List<DomainResponse> domains)
Copyright © 2017–2023 Okta. All rights reserved.