public class Contract extends DirectoryObject implements com.microsoft.graph.serializer.IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
contractType
The Contract Type.
|
java.util.UUID |
customerId
The Customer Id.
|
java.lang.String |
defaultDomainName
The Default Domain Name.
|
java.lang.String |
displayName
The Display Name.
|
deletedDateTime| Constructor and Description |
|---|
Contract() |
| Modifier and Type | Method and Description |
|---|---|
void |
setRawObject(com.microsoft.graph.serializer.ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
additionalDataManager@SerializedName(value="contractType",
alternate="ContractType")
@Expose
@Nullable
public java.lang.String contractType
@SerializedName(value="customerId",
alternate="CustomerId")
@Expose
@Nullable
public java.util.UUID customerId
@SerializedName(value="defaultDomainName",
alternate="DefaultDomainName")
@Expose
@Nullable
public java.lang.String defaultDomainName
@SerializedName(value="displayName",
alternate="DisplayName")
@Expose
@Nullable
public java.lang.String displayName
public void setRawObject(@Nonnull
com.microsoft.graph.serializer.ISerializer serializer,
@Nonnull
com.google.gson.JsonObject json)
setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObjectsetRawObject in class DirectoryObjectserializer - the serializerjson - the JSON object to set this object to