public class WorkforceIntegration extends ChangeTrackedEntity implements com.microsoft.graph.serializer.IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.lang.Integer |
apiVersion
The Api Version.
|
java.lang.String |
displayName
The Display Name.
|
WorkforceIntegrationEncryption |
encryption
The Encryption.
|
java.lang.Boolean |
isActive
The Is Active.
|
java.util.EnumSet<WorkforceIntegrationSupportedEntities> |
supportedEntities
The Supported Entities.
|
java.lang.String |
url
The Url.
|
createdDateTime, lastModifiedBy, lastModifiedDateTime| Constructor and Description |
|---|
WorkforceIntegration() |
| 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="apiVersion",
alternate="ApiVersion")
@Expose
@Nullable
public java.lang.Integer apiVersion
@SerializedName(value="displayName",
alternate="DisplayName")
@Expose
@Nullable
public java.lang.String displayName
@SerializedName(value="encryption",
alternate="Encryption")
@Expose
@Nullable
public WorkforceIntegrationEncryption encryption
@SerializedName(value="isActive",
alternate="IsActive")
@Expose
@Nullable
public java.lang.Boolean isActive
@SerializedName(value="supportedEntities",
alternate="SupportedEntities")
@Expose
@Nullable
public java.util.EnumSet<WorkforceIntegrationSupportedEntities> supportedEntities
@SerializedName(value="url",
alternate="Url")
@Expose
@Nullable
public java.lang.String url
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 ChangeTrackedEntityserializer - the serializerjson - the JSON object to set this object to