public class WorkforceIntegration extends ChangeTrackedEntity implements 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 |
|---|---|
com.google.gson.JsonObject |
getRawObject()
Gets the raw representation of this class
|
protected ISerializer |
getSerializer()
Gets serializer
|
void |
setRawObject(ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
additionalDataManagerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadditionalDataManager@SerializedName(value="apiVersion") @Expose public java.lang.Integer apiVersion
@SerializedName(value="displayName") @Expose public java.lang.String displayName
@SerializedName(value="encryption") @Expose public WorkforceIntegrationEncryption encryption
@SerializedName(value="isActive") @Expose public java.lang.Boolean isActive
@SerializedName(value="supportedEntities") @Expose public java.util.EnumSet<WorkforceIntegrationSupportedEntities> supportedEntities
@SerializedName(value="url") @Expose public java.lang.String url
public com.google.gson.JsonObject getRawObject()
getRawObject in class ChangeTrackedEntityprotected ISerializer getSerializer()
getSerializer in class ChangeTrackedEntitypublic void setRawObject(ISerializer serializer, com.google.gson.JsonObject json)
setRawObject in interface IJsonBackedObjectsetRawObject in class ChangeTrackedEntityserializer - the serializerjson - the JSON object to set this object to