Package com.microsoft.graph.models
Class ExcludeTarget
java.lang.Object
com.microsoft.graph.models.ExcludeTarget
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class ExcludeTarget
extends Object
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Exclude Target.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Id.the OData type of the object as returned by the serviceThe Target Type. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal com.microsoft.graph.serializer.AdditionalDataManager
void
setRawObject
(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 -
id
The Id. The object identifier of an Azure Active Directory user or group. -
targetType
@SerializedName(value="targetType", alternate="TargetType") @Expose @Nullable public AuthenticationMethodTargetType targetTypeThe Target Type. The type of the authentication method target. Possible values are: user, group, unknownFutureValue.
-
-
Constructor Details
-
ExcludeTarget
public ExcludeTarget()
-
-
Method Details
-
additionalDataManager
@Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()- Specified by:
additionalDataManager
in 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:
setRawObject
in interfacecom.microsoft.graph.serializer.IJsonBackedObject
- Parameters:
serializer
- the serializerjson
- the JSON object to set this object to
-