public final class O365ExchangeFolderResponse extends Object implements Serializable
Constructor and Description |
---|
O365ExchangeFolderResponse(String id,
String name,
O365ExchangeFolderType type,
String description) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getDescription()
Returns the description of the organization's backed up mailbox folder.
|
String |
getId()
Returns the ID of the organization's backed up mailbox folder.
|
String |
getName()
Returns the name of the organization's backed up mailbox folder.
|
O365ExchangeFolderType |
getType()
Returns the type of the organization's backed up mailbox folder.
|
int |
hashCode() |
public O365ExchangeFolderResponse(String id, String name, O365ExchangeFolderType type, String description)
public String getId()
public String getName()
public O365ExchangeFolderType getType()
O365ExchangeFolderType
public String getDescription()
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.