public class CollaborationAcceptanceRequirementsStatusStrongPasswordRequirementField extends SerializableObject
| Modifier and Type | Class and Description |
|---|---|
static class |
CollaborationAcceptanceRequirementsStatusStrongPasswordRequirementField.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
enterpriseHasStrongPasswordRequiredForExternalUsers
Whether or not the enterprise that owns the content requires a strong password to collaborate
on the content, or enforces an exposed password detection for the external collaborators.
|
protected Boolean |
userHasStrongPassword
Whether or not the user has a strong and not exposed password set for their account.
|
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
|
CollaborationAcceptanceRequirementsStatusStrongPasswordRequirementField() |
protected |
CollaborationAcceptanceRequirementsStatusStrongPasswordRequirementField(CollaborationAcceptanceRequirementsStatusStrongPasswordRequirementField.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Boolean |
getEnterpriseHasStrongPasswordRequiredForExternalUsers() |
Boolean |
getUserHasStrongPassword() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected Boolean enterpriseHasStrongPasswordRequiredForExternalUsers
protected Boolean userHasStrongPassword
public CollaborationAcceptanceRequirementsStatusStrongPasswordRequirementField()
protected CollaborationAcceptanceRequirementsStatusStrongPasswordRequirementField(CollaborationAcceptanceRequirementsStatusStrongPasswordRequirementField.Builder builder)
public Boolean getEnterpriseHasStrongPasswordRequiredForExternalUsers()
public Boolean getUserHasStrongPassword()