Uses of Class
odata.msgraph.client.beta.complex.RgbColor
-
Packages that use RgbColor Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of RgbColor in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as RgbColor Modifier and Type Field Description protected RgbColorIntuneBrand. themeColorMethods in odata.msgraph.client.beta.complex that return RgbColor Modifier and Type Method Description RgbColorRgbColor.Builder. build()RgbColorRgbColor. withB(com.github.davidmoten.odata.client.edm.UnsignedByte b)Returns an immutable copy ofthiswith just thebfield changed.RgbColorRgbColor. withG(com.github.davidmoten.odata.client.edm.UnsignedByte g)Returns an immutable copy ofthiswith just thegfield changed.RgbColorRgbColor. withR(com.github.davidmoten.odata.client.edm.UnsignedByte r)Returns an immutable copy ofthiswith just therfield changed.RgbColorRgbColor. withUnmappedField(String name, String value)Methods in odata.msgraph.client.beta.complex that return types with arguments of type RgbColor Modifier and Type Method Description Optional<RgbColor>IntuneBrand. getThemeColor()“Primary theme color used in the Company Portal applications and web portal.”Methods in odata.msgraph.client.beta.complex with parameters of type RgbColor Modifier and Type Method Description IntuneBrand.BuilderIntuneBrand.Builder. themeColor(RgbColor themeColor)“Primary theme color used in the Company Portal applications and web portal.”IntuneBrandIntuneBrand. withThemeColor(RgbColor themeColor)Returns an immutable copy ofthiswith just thethemeColorfield changed. -
Uses of RgbColor in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as RgbColor Modifier and Type Field Description protected RgbColorIntuneBrandingProfile. themeColorMethods in odata.msgraph.client.beta.entity that return types with arguments of type RgbColor Modifier and Type Method Description Optional<RgbColor>IntuneBrandingProfile. getThemeColor()“Primary theme color used in the Company Portal applications and web portal”Methods in odata.msgraph.client.beta.entity with parameters of type RgbColor Modifier and Type Method Description IntuneBrandingProfile.BuilderIntuneBrandingProfile.Builder. themeColor(RgbColor themeColor)“Primary theme color used in the Company Portal applications and web portal”IntuneBrandingProfileIntuneBrandingProfile. withThemeColor(RgbColor themeColor)Returns an immutable copy ofthiswith just thethemeColorfield changed.
-