| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.entity |
| Modifier and Type | Field and Description |
|---|---|
protected RgbColor |
IntuneBrand.themeColor |
| Modifier and Type | Method and Description |
|---|---|
RgbColor |
RgbColor.Builder.build() |
RgbColor |
RgbColor.withB(com.github.davidmoten.odata.client.edm.UnsignedByte b)
Returns an immutable copy of
this with just the b field changed. |
RgbColor |
RgbColor.withG(com.github.davidmoten.odata.client.edm.UnsignedByte g)
Returns an immutable copy of
this with just the g field changed. |
RgbColor |
RgbColor.withR(com.github.davidmoten.odata.client.edm.UnsignedByte r)
Returns an immutable copy of
this with just the r field changed. |
| Modifier and Type | Method and Description |
|---|---|
Optional<RgbColor> |
IntuneBrand.getThemeColor()
“Primary theme color used in the Company Portal applications and web portal.”
|
| Modifier and Type | Method and Description |
|---|---|
IntuneBrand.Builder |
IntuneBrand.Builder.themeColor(RgbColor themeColor)
“Primary theme color used in the Company Portal applications and web portal.”
|
IntuneBrand |
IntuneBrand.withThemeColor(RgbColor themeColor)
Returns an immutable copy of
this with just the themeColor field
changed. |
| Modifier and Type | Field and Description |
|---|---|
protected RgbColor |
IntuneBrandingProfile.themeColor |
| Modifier and Type | Method and Description |
|---|---|
Optional<RgbColor> |
IntuneBrandingProfile.getThemeColor()
“Primary theme color used in the Company Portal applications and web portal”
|
| Modifier and Type | Method and Description |
|---|---|
IntuneBrandingProfile.Builder |
IntuneBrandingProfile.Builder.themeColor(RgbColor themeColor)
“Primary theme color used in the Company Portal applications and web portal”
|
IntuneBrandingProfile |
IntuneBrandingProfile.withThemeColor(RgbColor themeColor)
Returns an immutable copy of
this with just the themeColor field
changed. |
Copyright © 2018–2020. All rights reserved.