Package com.microsoft.graph.models
Class CommunicationsIdentitySet
java.lang.Object
com.microsoft.graph.models.IdentitySet
com.microsoft.graph.models.CommunicationsIdentitySet
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class CommunicationsIdentitySet
extends IdentitySet
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Communications Identity Set.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Application Instance.The Asserted Identity.The Azure Communication Services User.The Encrypted.The Endpoint Type.The Guest.The On Premises.The Phone.Fields inherited from class com.microsoft.graph.models.IdentitySet
application, device, oDataType, user -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON objectMethods inherited from class com.microsoft.graph.models.IdentitySet
additionalDataManagerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.microsoft.graph.serializer.IJsonBackedObject
additionalDataManager
-
Field Details
-
applicationInstance
@SerializedName(value="applicationInstance", alternate="ApplicationInstance") @Expose @Nullable public Identity applicationInstanceThe Application Instance. -
assertedIdentity
@SerializedName(value="assertedIdentity", alternate="AssertedIdentity") @Expose @Nullable public Identity assertedIdentityThe Asserted Identity. -
azureCommunicationServicesUser
@SerializedName(value="azureCommunicationServicesUser", alternate="AzureCommunicationServicesUser") @Expose @Nullable public Identity azureCommunicationServicesUserThe Azure Communication Services User. -
encrypted
@SerializedName(value="encrypted", alternate="Encrypted") @Expose @Nullable public Identity encryptedThe Encrypted. -
endpointType
@SerializedName(value="endpointType", alternate="EndpointType") @Expose @Nullable public EndpointType endpointTypeThe Endpoint Type. -
guest
The Guest. -
onPremises
@SerializedName(value="onPremises", alternate="OnPremises") @Expose @Nullable public Identity onPremisesThe On Premises. -
phone
The Phone.
-
-
Constructor Details
-
CommunicationsIdentitySet
public CommunicationsIdentitySet()
-
-
Method Details
-
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- Overrides:
setRawObjectin classIdentitySet- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-