Package com.microsoft.graph.models
Class SynchronizationJobSubject
java.lang.Object
com.microsoft.graph.models.SynchronizationJobSubject
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class SynchronizationJobSubject
extends Object
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Synchronization Job Subject.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Links.The Object Id.The Object Type Name.the OData type of the object as returned by the service -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal com.microsoft.graph.serializer.AdditionalDataManagervoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON object
-
Field Details
-
oDataType
the OData type of the object as returned by the service -
links
@SerializedName(value="links", alternate="Links") @Expose @Nullable public SynchronizationLinkedObjects linksThe Links. Principals that you would like to provision. -
objectId
The Object Id. The identifier of an object to which a synchronizationJob is to be applied. Can be one of the following: An onPremisesDistinguishedName for synchronization from Active Directory to Azure AD.The user ID for synchronization from Azure AD to a third-party.The Worker ID of the Workday worker for synchronization from Workday to either Active Directory or Azure AD. -
objectTypeName
@SerializedName(value="objectTypeName", alternate="ObjectTypeName") @Expose @Nullable public String objectTypeNameThe Object Type Name. The type of the object to which a synchronizationJob is to be applied. Can be one of the following: user for synchronizing between Active Directory and Azure AD.User for synchronizing a user between Azure AD and a third-party application. Worker for synchronization a user between Workday and either Active Directory or Azure AD.Group for synchronizing a group between Azure AD and a third-party application.
-
-
Constructor Details
-
SynchronizationJobSubject
public SynchronizationJobSubject()
-
-
Method Details
-
additionalDataManager
@Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()- Specified by:
additionalDataManagerin interfacecom.microsoft.graph.serializer.IJsonBackedObject
-
setRawObject
public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json) Sets the raw JSON object- Specified by:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-