public class WorkforceIntegration extends ChangeTrackedEntity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
WorkforceIntegration.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
apiVersion |
protected String |
displayName |
protected EligibilityFilteringEnabledEntities |
eligibilityFilteringEnabledEntities |
protected WorkforceIntegrationEncryption |
encryption |
protected Boolean |
isActive |
protected WorkforceIntegrationSupportedEntities |
supportedEntities |
protected WorkforceIntegrationSupportedEntities |
supports |
protected String |
url |
createdDateTime, lastModifiedBy, lastModifiedDateTimechangedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
WorkforceIntegration() |
getCreatedDateTime, getLastModifiedBy, getLastModifiedDateTime, stageForDeletion, withCreatedDateTime, withLastModifiedBy, withLastModifiedDateTimeprotected String displayName
protected Integer apiVersion
protected WorkforceIntegrationEncryption encryption
protected Boolean isActive
protected String url
protected WorkforceIntegrationSupportedEntities supports
protected WorkforceIntegrationSupportedEntities supportedEntities
protected EligibilityFilteringEnabledEntities eligibilityFilteringEnabledEntities
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class ChangeTrackedEntitypublic static WorkforceIntegration.Builder builderWorkforceIntegration()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class ChangeTrackedEntitypublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class ChangeTrackedEntitypublic WorkforceIntegration withDisplayName(String displayName)
public WorkforceIntegration withApiVersion(Integer apiVersion)
public Optional<WorkforceIntegrationEncryption> getEncryption()
public WorkforceIntegration withEncryption(WorkforceIntegrationEncryption encryption)
public WorkforceIntegration withIsActive(Boolean isActive)
public WorkforceIntegration withUrl(String url)
public Optional<WorkforceIntegrationSupportedEntities> getSupports()
public WorkforceIntegration withSupports(WorkforceIntegrationSupportedEntities supports)
public Optional<WorkforceIntegrationSupportedEntities> getSupportedEntities()
public WorkforceIntegration withSupportedEntities(WorkforceIntegrationSupportedEntities supportedEntities)
public Optional<EligibilityFilteringEnabledEntities> getEligibilityFilteringEnabledEntities()
public WorkforceIntegration withEligibilityFilteringEnabledEntities(EligibilityFilteringEnabledEntities eligibilityFilteringEnabledEntities)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class ChangeTrackedEntitypublic WorkforceIntegration patch()
this with changed fields reset.patch in class ChangeTrackedEntitythis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic WorkforceIntegration put()
this
with changed fields reset (they were ignored anyway).put in class ChangeTrackedEntitythis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic String toString()
toString in class ChangeTrackedEntityCopyright © 2018–2020. All rights reserved.