public class CreateMicrosoftADResult extends Object implements Serializable, Cloneable
Result of a CreateMicrosoftAD request.
| Constructor and Description |
|---|
CreateMicrosoftADResult() |
| Modifier and Type | Method and Description |
|---|---|
CreateMicrosoftADResult |
clone() |
boolean |
equals(Object obj) |
String |
getDirectoryId()
The identifier of the directory that was created.
|
int |
hashCode() |
void |
setDirectoryId(String directoryId)
The identifier of the directory that was created.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateMicrosoftADResult |
withDirectoryId(String directoryId)
The identifier of the directory that was created.
|
public void setDirectoryId(String directoryId)
The identifier of the directory that was created.
directoryId - The identifier of the directory that was created.public String getDirectoryId()
The identifier of the directory that was created.
public CreateMicrosoftADResult withDirectoryId(String directoryId)
The identifier of the directory that was created.
directoryId - The identifier of the directory that was created.public String toString()
toString in class ObjectObject.toString()public CreateMicrosoftADResult clone()
Copyright © 2016. All rights reserved.