Package com.okta.sdk.resource.model
Class IdpDiscoveryPolicyRuleCondition
java.lang.Object
com.okta.sdk.resource.model.IdpDiscoveryPolicyRuleCondition
- 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 IdpDiscoveryPolicyRuleCondition
extends Object
implements Serializable
IdpDiscoveryPolicyRuleCondition
- See Also:
 
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleangetApp()Get appGet networkGet platformGet userIdentifierinthashCode()network(PolicyNetworkCondition network) platform(PlatformPolicyRuleCondition platform) voidvoidsetNetwork(PolicyNetworkCondition network) voidsetPlatform(PlatformPolicyRuleCondition platform) voidsetUserIdentifier(UserIdentifierPolicyRuleCondition userIdentifier) toString()userIdentifier(UserIdentifierPolicyRuleCondition userIdentifier)  
- 
Field Details
- 
JSON_PROPERTY_APP
- See Also:
 
 - 
JSON_PROPERTY_NETWORK
- See Also:
 
 - 
JSON_PROPERTY_USER_IDENTIFIER
- See Also:
 
 - 
JSON_PROPERTY_PLATFORM
- See Also:
 
 
 - 
 - 
Constructor Details
- 
IdpDiscoveryPolicyRuleCondition
public IdpDiscoveryPolicyRuleCondition() 
 - 
 - 
Method Details
- 
app
 - 
getApp
Get app- Returns:
 - app
 
 - 
setApp
 - 
network
 - 
getNetwork
Get network- Returns:
 - network
 
 - 
setNetwork
 - 
userIdentifier
public IdpDiscoveryPolicyRuleCondition userIdentifier(UserIdentifierPolicyRuleCondition userIdentifier)  - 
getUserIdentifier
Get userIdentifier- Returns:
 - userIdentifier
 
 - 
setUserIdentifier
 - 
platform
 - 
getPlatform
Get platform- Returns:
 - platform
 
 - 
setPlatform
 - 
equals
 - 
hashCode
public int hashCode() - 
toString
 
 -