Package com.okta.sdk.resource.model
Class Parameters
java.lang.Object
com.okta.sdk.resource.model.Parameters
- All Implemented Interfaces:
- Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
           date="2024-09-23T16:19:57.008753975Z[Etc/UTC]",
           comments="Generator version: 7.8.0")
public class Parameters
extends Object
implements Serializable
Attributes used for processing AD Group membership update
- See Also:
- 
Nested Class SummaryNested Classes
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionaction(Parameters.ActionEnum action) addvaluesItem(String valuesItem) booleanThe update action to takeThe attribute that tracks group memberships in AD.List of user IDs whose group memberships to updateinthashCode()voidsetAction(Parameters.ActionEnum action) voidsetAttribute(String attribute) voidtoString()
- 
Field Details- 
JSON_PROPERTY_ACTION- See Also:
 
- 
JSON_PROPERTY_ATTRIBUTE- See Also:
 
- 
JSON_PROPERTY_VALUES- See Also:
 
 
- 
- 
Constructor Details- 
Parameterspublic Parameters()
 
- 
- 
Method Details- 
action
- 
getActionThe update action to take- Returns:
- action
 
- 
setAction
- 
attribute
- 
getAttributeThe attribute that tracks group memberships in AD. This should be `member` for AD.- Returns:
- attribute
 
- 
setAttribute
- 
values
- 
addvaluesItem
- 
getValuesList of user IDs whose group memberships to update- Returns:
- values
 
- 
setValues
- 
equals
- 
hashCodepublic int hashCode()
- 
toString
 
-