@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T17:07:26.321-05:00[America/Chicago]") public class PossessionConstraintAllOf extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_DEVICE_BOUND |
static String |
JSON_PROPERTY_HARDWARE_PROTECTION |
static String |
JSON_PROPERTY_PHISHING_RESISTANT |
static String |
JSON_PROPERTY_USER_PRESENCE |
Constructor and Description |
---|
PossessionConstraintAllOf() |
Modifier and Type | Method and Description |
---|---|
PossessionConstraintAllOf |
deviceBound(String deviceBound) |
boolean |
equals(Object o) |
String |
getDeviceBound()
Get deviceBound
|
String |
getHardwareProtection()
Get hardwareProtection
|
String |
getPhishingResistant()
Get phishingResistant
|
String |
getUserPresence()
Get userPresence
|
PossessionConstraintAllOf |
hardwareProtection(String hardwareProtection) |
int |
hashCode() |
PossessionConstraintAllOf |
phishingResistant(String phishingResistant) |
void |
setDeviceBound(String deviceBound) |
void |
setHardwareProtection(String hardwareProtection) |
void |
setPhishingResistant(String phishingResistant) |
void |
setUserPresence(String userPresence) |
String |
toString() |
PossessionConstraintAllOf |
userPresence(String userPresence) |
public static final String JSON_PROPERTY_DEVICE_BOUND
public static final String JSON_PROPERTY_HARDWARE_PROTECTION
public static final String JSON_PROPERTY_PHISHING_RESISTANT
public static final String JSON_PROPERTY_USER_PRESENCE
public PossessionConstraintAllOf deviceBound(String deviceBound)
public void setDeviceBound(String deviceBound)
public PossessionConstraintAllOf hardwareProtection(String hardwareProtection)
@Nullable public String getHardwareProtection()
public void setHardwareProtection(String hardwareProtection)
public PossessionConstraintAllOf phishingResistant(String phishingResistant)
@Nullable public String getPhishingResistant()
public void setPhishingResistant(String phishingResistant)
public PossessionConstraintAllOf userPresence(String userPresence)
public void setUserPresence(String userPresence)
Copyright © 2017–2023 Okta. All rights reserved.