Package odata.msgraph.client.complex
Class CommunicationsIdentitySet
- java.lang.Object
-
- odata.msgraph.client.complex.IdentitySet
-
- odata.msgraph.client.complex.CommunicationsIdentitySet
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class CommunicationsIdentitySet extends IdentitySet implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCommunicationsIdentitySet.Builder
-
Field Summary
Fields Modifier and Type Field Description protected IdentityapplicationInstanceprotected IdentityassertedIdentityprotected IdentityazureCommunicationServicesUserprotected Identityencryptedprotected EndpointTypeendpointTypeprotected Identityguestprotected IdentityonPremisesprotected Identityphone-
Fields inherited from class odata.msgraph.client.complex.IdentitySet
application, contextPath, device, odataType, unmappedFields, user
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedCommunicationsIdentitySet()
-
Method Summary
-
Methods inherited from class odata.msgraph.client.complex.IdentitySet
builder, getApplication, getDevice, getUser, withApplication, withDevice, withUser
-
-
-
-
Field Detail
-
applicationInstance
protected Identity applicationInstance
-
assertedIdentity
protected Identity assertedIdentity
-
azureCommunicationServicesUser
protected Identity azureCommunicationServicesUser
-
encrypted
protected Identity encrypted
-
endpointType
protected EndpointType endpointType
-
guest
protected Identity guest
-
onPremises
protected Identity onPremises
-
phone
protected Identity phone
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classIdentitySet
-
withApplicationInstance
public CommunicationsIdentitySet withApplicationInstance(Identity applicationInstance)
-
withAssertedIdentity
public CommunicationsIdentitySet withAssertedIdentity(Identity assertedIdentity)
-
withAzureCommunicationServicesUser
public CommunicationsIdentitySet withAzureCommunicationServicesUser(Identity azureCommunicationServicesUser)
-
withEncrypted
public CommunicationsIdentitySet withEncrypted(Identity encrypted)
-
getEndpointType
public Optional<EndpointType> getEndpointType()
-
withEndpointType
public CommunicationsIdentitySet withEndpointType(EndpointType endpointType)
-
withGuest
public CommunicationsIdentitySet withGuest(Identity guest)
-
withOnPremises
public CommunicationsIdentitySet withOnPremises(Identity onPremises)
-
withPhone
public CommunicationsIdentitySet withPhone(Identity phone)
-
withUnmappedField
public CommunicationsIdentitySet withUnmappedField(String name, Object value)
- Overrides:
withUnmappedFieldin classIdentitySet
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classIdentitySet
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classIdentitySet
-
builderCommunicationsIdentitySet
public static CommunicationsIdentitySet.Builder builderCommunicationsIdentitySet()
Returns a builder which is used to create a new instance of this class (given that this class is immutable).- Returns:
- a new Builder for this class
-
toString
public String toString()
- Overrides:
toStringin classIdentitySet
-
-