Uses of Class
odata.msgraph.client.complex.AlternativeSecurityId
-
Packages that use AlternativeSecurityId Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of AlternativeSecurityId in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return AlternativeSecurityId Modifier and Type Method Description AlternativeSecurityIdAlternativeSecurityId.Builder. build()AlternativeSecurityIdAlternativeSecurityId. withIdentityProvider(String identityProvider)AlternativeSecurityIdAlternativeSecurityId. withKey(byte[] key)AlternativeSecurityIdAlternativeSecurityId. withType(Integer type)AlternativeSecurityIdAlternativeSecurityId. withUnmappedField(String name, Object value) -
Uses of AlternativeSecurityId in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type AlternativeSecurityId Modifier and Type Field Description protected List<AlternativeSecurityId>Device. alternativeSecurityIdsMethods in odata.msgraph.client.entity that return types with arguments of type AlternativeSecurityId Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<AlternativeSecurityId>Device. getAlternativeSecurityIds()com.github.davidmoten.odata.client.CollectionPage<AlternativeSecurityId>Device. getAlternativeSecurityIds(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.entity with parameters of type AlternativeSecurityId Modifier and Type Method Description Device.BuilderDevice.Builder. alternativeSecurityIds(AlternativeSecurityId... alternativeSecurityIds)Method parameters in odata.msgraph.client.entity with type arguments of type AlternativeSecurityId Modifier and Type Method Description Device.BuilderDevice.Builder. alternativeSecurityIds(List<AlternativeSecurityId> alternativeSecurityIds)DeviceDevice. withAlternativeSecurityIds(List<AlternativeSecurityId> alternativeSecurityIds)
-