Uses of Class
odata.msgraph.client.complex.UserAttributeValuesItem
-
Packages that use UserAttributeValuesItem Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of UserAttributeValuesItem in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return UserAttributeValuesItem Modifier and Type Method Description UserAttributeValuesItemUserAttributeValuesItem.Builder. build()UserAttributeValuesItemUserAttributeValuesItem. withIsDefault(Boolean isDefault)UserAttributeValuesItemUserAttributeValuesItem. withName(String name)UserAttributeValuesItemUserAttributeValuesItem. withUnmappedField(String name, Object value)UserAttributeValuesItemUserAttributeValuesItem. withValue(String value) -
Uses of UserAttributeValuesItem in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type UserAttributeValuesItem Modifier and Type Field Description protected List<UserAttributeValuesItem>IdentityUserFlowAttributeAssignment. userAttributeValuesMethods in odata.msgraph.client.entity that return types with arguments of type UserAttributeValuesItem Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<UserAttributeValuesItem>IdentityUserFlowAttributeAssignment. getUserAttributeValues()com.github.davidmoten.odata.client.CollectionPage<UserAttributeValuesItem>IdentityUserFlowAttributeAssignment. getUserAttributeValues(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.entity with parameters of type UserAttributeValuesItem Modifier and Type Method Description IdentityUserFlowAttributeAssignment.BuilderIdentityUserFlowAttributeAssignment.Builder. userAttributeValues(UserAttributeValuesItem... userAttributeValues)Method parameters in odata.msgraph.client.entity with type arguments of type UserAttributeValuesItem Modifier and Type Method Description IdentityUserFlowAttributeAssignment.BuilderIdentityUserFlowAttributeAssignment.Builder. userAttributeValues(List<UserAttributeValuesItem> userAttributeValues)IdentityUserFlowAttributeAssignmentIdentityUserFlowAttributeAssignment. withUserAttributeValues(List<UserAttributeValuesItem> userAttributeValues)
-