Uses of Class
odata.msgraph.client.complex.CustomSecurityAttributeValue
-
Packages that use CustomSecurityAttributeValue Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of CustomSecurityAttributeValue in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return CustomSecurityAttributeValue Modifier and Type Method Description CustomSecurityAttributeValueCustomSecurityAttributeValue.Builder. build()CustomSecurityAttributeValueCustomSecurityAttributeValue. withUnmappedField(String name, Object value) -
Uses of CustomSecurityAttributeValue in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as CustomSecurityAttributeValue Modifier and Type Field Description protected CustomSecurityAttributeValueServicePrincipal. customSecurityAttributesprotected CustomSecurityAttributeValueUser. customSecurityAttributesMethods in odata.msgraph.client.entity that return types with arguments of type CustomSecurityAttributeValue Modifier and Type Method Description Optional<CustomSecurityAttributeValue>ServicePrincipal. getCustomSecurityAttributes()Optional<CustomSecurityAttributeValue>User. getCustomSecurityAttributes()Methods in odata.msgraph.client.entity with parameters of type CustomSecurityAttributeValue Modifier and Type Method Description ServicePrincipal.BuilderServicePrincipal.Builder. customSecurityAttributes(CustomSecurityAttributeValue customSecurityAttributes)User.BuilderUser.Builder. customSecurityAttributes(CustomSecurityAttributeValue customSecurityAttributes)ServicePrincipalServicePrincipal. withCustomSecurityAttributes(CustomSecurityAttributeValue customSecurityAttributes)UserUser. withCustomSecurityAttributes(CustomSecurityAttributeValue customSecurityAttributes)
-