Package com.okta.sdk.resource.model
Class PolicyAccountLinkFilterGroups
java.lang.Object
com.okta.sdk.resource.model.PolicyAccountLinkFilterGroups
- All Implemented Interfaces:
 Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
           date="2024-09-23T08:35:59.300824-05:00[America/Chicago]",
           comments="Generator version: 7.8.0")
public class PolicyAccountLinkFilterGroups
extends Object
implements Serializable
Group memberships used to determine link candidates
- See Also:
 
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionaddincludeItem(String includeItem) booleanSpecifies the allowlist of Group identifiers to match against.inthashCode()voidsetInclude(List<String> include) toString() 
- 
Field Details
- 
JSON_PROPERTY_INCLUDE
- See Also:
 
 
 - 
 - 
Constructor Details
- 
PolicyAccountLinkFilterGroups
public PolicyAccountLinkFilterGroups() 
 - 
 - 
Method Details
- 
include
 - 
addincludeItem
 - 
getInclude
Specifies the allowlist of Group identifiers to match against. Group memberships are restricted to type `OKTA_GROUP`.- Returns:
 - include
 
 - 
setInclude
 - 
equals
 - 
hashCode
public int hashCode() - 
toString
 
 -