Package com.dropbox.core.v2.teamlog
Class DomainVerificationAddDomainSuccessDetails
java.lang.Object
com.dropbox.core.v2.teamlog.DomainVerificationAddDomainSuccessDetails
Verified team domain.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDomainVerificationAddDomainSuccessDetails(List<String> domainNames) Verified team domain.DomainVerificationAddDomainSuccessDetails(List<String> domainNames, String verificationMethod) Verified team domain. -
Method Summary
-
Field Details
-
domainNames
-
verificationMethod
-
-
Constructor Details
-
DomainVerificationAddDomainSuccessDetails
public DomainVerificationAddDomainSuccessDetails(@Nonnull List<String> domainNames, @Nullable String verificationMethod) Verified team domain.- Parameters:
domainNames- Domain names. Must not contain anullitem and not benull.verificationMethod- Domain name verification method. Might be missing due to historical data gap.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
DomainVerificationAddDomainSuccessDetails
Verified team domain.The default values for unset fields will be used.
- Parameters:
domainNames- Domain names. Must not contain anullitem and not benull.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
-
Method Details
-
getDomainNames
Domain names.- Returns:
- value for this field, never
null.
-
getVerificationMethod
Domain name verification method. Might be missing due to historical data gap.- Returns:
- value for this field, or
nullif not present.
-
hashCode
public int hashCode() -
equals
-
toString
-
toStringMultiline
Returns a String representation of this object formatted for easier readability.The returned String may contain newlines.
- Returns:
- Formatted, multiline String representation of this object
-