@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T23:40:43.026Z[Etc/UTC]") public class PolicySubject extends Object implements Serializable
| Modifier and Type | Field and Description | 
|---|---|
static String | 
JSON_PROPERTY_FILTER  | 
static String | 
JSON_PROPERTY_FORMAT  | 
static String | 
JSON_PROPERTY_MATCH_ATTRIBUTE  | 
static String | 
JSON_PROPERTY_MATCH_TYPE  | 
static String | 
JSON_PROPERTY_USER_NAME_TEMPLATE  | 
| Constructor and Description | 
|---|
PolicySubject()  | 
| Modifier and Type | Method and Description | 
|---|---|
PolicySubject | 
addFormatItem(String formatItem)  | 
boolean | 
equals(Object o)  | 
PolicySubject | 
filter(String filter)  | 
PolicySubject | 
format(List<String> format)  | 
String | 
getFilter()
Get filter 
 | 
List<String> | 
getFormat()
Get format 
 | 
String | 
getMatchAttribute()
Get matchAttribute 
 | 
PolicySubjectMatchType | 
getMatchType()
Get matchType 
 | 
PolicyUserNameTemplate | 
getUserNameTemplate()
Get userNameTemplate 
 | 
int | 
hashCode()  | 
PolicySubject | 
matchAttribute(String matchAttribute)  | 
PolicySubject | 
matchType(PolicySubjectMatchType matchType)  | 
void | 
setFilter(String filter)  | 
void | 
setFormat(List<String> format)  | 
void | 
setMatchAttribute(String matchAttribute)  | 
void | 
setMatchType(PolicySubjectMatchType matchType)  | 
void | 
setUserNameTemplate(PolicyUserNameTemplate userNameTemplate)  | 
String | 
toString()  | 
PolicySubject | 
userNameTemplate(PolicyUserNameTemplate userNameTemplate)  | 
public static final String JSON_PROPERTY_FILTER
public static final String JSON_PROPERTY_FORMAT
public static final String JSON_PROPERTY_MATCH_ATTRIBUTE
public static final String JSON_PROPERTY_MATCH_TYPE
public static final String JSON_PROPERTY_USER_NAME_TEMPLATE
public PolicySubject filter(String filter)
public void setFilter(String filter)
public PolicySubject format(List<String> format)
public PolicySubject addFormatItem(String formatItem)
public PolicySubject matchAttribute(String matchAttribute)
@Nullable public String getMatchAttribute()
public void setMatchAttribute(String matchAttribute)
public PolicySubject matchType(PolicySubjectMatchType matchType)
@Nullable public PolicySubjectMatchType getMatchType()
public void setMatchType(PolicySubjectMatchType matchType)
public PolicySubject userNameTemplate(PolicyUserNameTemplate userNameTemplate)
@Nullable public PolicyUserNameTemplate getUserNameTemplate()
public void setUserNameTemplate(PolicyUserNameTemplate userNameTemplate)
Copyright © 2017–2023 Okta. All rights reserved.