@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T17:07:26.321-05:00[America/Chicago]") public class PolicyAccountLink extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_ACTION |
static String |
JSON_PROPERTY_FILTER |
Constructor and Description |
---|
PolicyAccountLink() |
Modifier and Type | Method and Description |
---|---|
PolicyAccountLink |
action(PolicyAccountLinkAction action) |
boolean |
equals(Object o) |
PolicyAccountLink |
filter(PolicyAccountLinkFilter filter) |
PolicyAccountLinkAction |
getAction()
Get action
|
PolicyAccountLinkFilter |
getFilter()
Get filter
|
int |
hashCode() |
void |
setAction(PolicyAccountLinkAction action) |
void |
setFilter(PolicyAccountLinkFilter filter) |
String |
toString() |
public static final String JSON_PROPERTY_ACTION
public static final String JSON_PROPERTY_FILTER
public PolicyAccountLink action(PolicyAccountLinkAction action)
@Nullable public PolicyAccountLinkAction getAction()
public void setAction(PolicyAccountLinkAction action)
public PolicyAccountLink filter(PolicyAccountLinkFilter filter)
@Nullable public PolicyAccountLinkFilter getFilter()
public void setFilter(PolicyAccountLinkFilter filter)
Copyright © 2017–2023 Okta. All rights reserved.