public class IntuneBrand extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
IntuneBrand.Builder |
| Modifier | Constructor and Description |
|---|---|
protected |
IntuneBrand() |
| Modifier and Type | Method and Description |
|---|---|
static IntuneBrand.Builder |
builder()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
com.github.davidmoten.odata.client.CollectionPage<CompanyPortalBlockedAction> |
getCompanyPortalBlockedActions()
“Collection of blocked actions on the company portal as per platform and device
ownership types.”
|
com.github.davidmoten.odata.client.CollectionPage<CompanyPortalBlockedAction> |
getCompanyPortalBlockedActions(com.github.davidmoten.odata.client.HttpRequestOptions options)
“Collection of blocked actions on the company portal as per platform and device
ownership types.”
|
Optional<String> |
getContactITEmailAddress()
“Email address of the person/organization responsible for IT support.”
|
Optional<String> |
getContactITName()
“Name of the person/organization responsible for IT support.”
|
Optional<String> |
getContactITNotes()
“Text comments regarding the person/organization responsible for IT support.”
|
Optional<String> |
getContactITPhoneNumber()
“Phone number of the person/organization responsible for IT support.”
|
Optional<String> |
getCustomPrivacyMessage()
“Custom privacy message.”
|
Optional<MimeContent> |
getDarkBackgroundLogo()
“Logo image displayed in Company Portal apps which have a dark background behind
the logo.”
|
Optional<String> |
getDisplayName()
“Company/organization name that is displayed to end users.”
|
Optional<EnrollmentAvailabilityOptions> |
getEnrollmentAvailability()
“Customized device enrollment flow displayed to the end user”
|
Optional<Boolean> |
getIsFactoryResetDisabled()
“Boolean that represents whether the adminsistrator has disabled the 'Factory
Reset' action on corporate owned devices.”
|
Optional<Boolean> |
getIsRemoveDeviceDisabled()
“Boolean that represents whether the adminsistrator has disabled the 'Remove
Device' action on corporate owned devices.”
|
Optional<MimeContent> |
getLandingPageCustomizedImage()
“Customized image displayed in Company Portal app landing page”
|
Optional<MimeContent> |
getLightBackgroundLogo()
“Logo image displayed in Company Portal apps which have a light background behind
the logo.”
|
Optional<String> |
getOnlineSupportSiteName()
“Display name of the company/organization’s IT helpdesk site.”
|
Optional<String> |
getOnlineSupportSiteUrl()
“URL to the company/organization’s IT helpdesk site.”
|
Optional<String> |
getPrivacyUrl()
“URL to the company/organization’s privacy policy.”
|
com.github.davidmoten.odata.client.CollectionPage<String> |
getRoleScopeTagIds()
“List of scope tags assigned to the default branding profile”
|
com.github.davidmoten.odata.client.CollectionPage<String> |
getRoleScopeTagIds(com.github.davidmoten.odata.client.HttpRequestOptions options)
“List of scope tags assigned to the default branding profile”
|
Optional<Boolean> |
getSendDeviceOwnershipChangePushNotification()
“Boolean that indicates if a push notification is sent to users when their device
ownership type changes from personal to corporate”
|
Optional<Boolean> |
getShowAzureADEnterpriseApps()
“Boolean that indicates if AzureAD Enterprise Apps will be shown in Company
Portal”
|
Optional<Boolean> |
getShowDisplayNameNextToLogo()
“Boolean that represents whether the administrator-supplied display name will be
shown next to the logo image.”
|
Optional<Boolean> |
getShowLogo()
“Boolean that represents whether the administrator-supplied logo images are shown
or not shown.”
|
Optional<Boolean> |
getShowNameNextToLogo()
“Boolean that represents whether the administrator-supplied display name will be
shown next to the logo image.”
|
Optional<Boolean> |
getShowOfficeWebApps()
“Boolean that indicates if Office WebApps will be shown in Company Portal”
|
Optional<RgbColor> |
getThemeColor()
“Primary theme color used in the Company Portal applications and web portal.”
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
IntuneBrand |
withContactITEmailAddress(String contactITEmailAddress)
Returns an immutable copy of
this with just the contactITEmailAddress field changed. |
IntuneBrand |
withContactITName(String contactITName)
Returns an immutable copy of
this with just the contactITName
field changed. |
IntuneBrand |
withContactITNotes(String contactITNotes)
Returns an immutable copy of
this with just the contactITNotes
field changed. |
IntuneBrand |
withContactITPhoneNumber(String contactITPhoneNumber)
Returns an immutable copy of
this with just the contactITPhoneNumber field changed. |
IntuneBrand |
withCustomPrivacyMessage(String customPrivacyMessage)
Returns an immutable copy of
this with just the customPrivacyMessage field changed. |
IntuneBrand |
withDarkBackgroundLogo(MimeContent darkBackgroundLogo)
Returns an immutable copy of
this with just the darkBackgroundLogo field changed. |
IntuneBrand |
withDisplayName(String displayName)
Returns an immutable copy of
this with just the displayName
field changed. |
IntuneBrand |
withEnrollmentAvailability(EnrollmentAvailabilityOptions enrollmentAvailability)
Returns an immutable copy of
this with just the enrollmentAvailability field changed. |
IntuneBrand |
withIsFactoryResetDisabled(Boolean isFactoryResetDisabled)
Returns an immutable copy of
this with just the isFactoryResetDisabled field changed. |
IntuneBrand |
withIsRemoveDeviceDisabled(Boolean isRemoveDeviceDisabled)
Returns an immutable copy of
this with just the isRemoveDeviceDisabled field changed. |
IntuneBrand |
withLandingPageCustomizedImage(MimeContent landingPageCustomizedImage)
Returns an immutable copy of
this with just the landingPageCustomizedImage field changed. |
IntuneBrand |
withLightBackgroundLogo(MimeContent lightBackgroundLogo)
Returns an immutable copy of
this with just the lightBackgroundLogo field changed. |
IntuneBrand |
withOnlineSupportSiteName(String onlineSupportSiteName)
Returns an immutable copy of
this with just the onlineSupportSiteName field changed. |
IntuneBrand |
withOnlineSupportSiteUrl(String onlineSupportSiteUrl)
Returns an immutable copy of
this with just the onlineSupportSiteUrl field changed. |
IntuneBrand |
withPrivacyUrl(String privacyUrl)
Returns an immutable copy of
this with just the privacyUrl field
changed. |
IntuneBrand |
withSendDeviceOwnershipChangePushNotification(Boolean sendDeviceOwnershipChangePushNotification)
Returns an immutable copy of
this with just the sendDeviceOwnershipChangePushNotification field changed. |
IntuneBrand |
withShowAzureADEnterpriseApps(Boolean showAzureADEnterpriseApps)
Returns an immutable copy of
this with just the showAzureADEnterpriseApps field changed. |
IntuneBrand |
withShowDisplayNameNextToLogo(Boolean showDisplayNameNextToLogo)
Returns an immutable copy of
this with just the showDisplayNameNextToLogo field changed. |
IntuneBrand |
withShowLogo(Boolean showLogo)
Returns an immutable copy of
this with just the showLogo field
changed. |
IntuneBrand |
withShowNameNextToLogo(Boolean showNameNextToLogo)
Returns an immutable copy of
this with just the showNameNextToLogo field changed. |
IntuneBrand |
withShowOfficeWebApps(Boolean showOfficeWebApps)
Returns an immutable copy of
this with just the showOfficeWebApps
field changed. |
IntuneBrand |
withThemeColor(RgbColor themeColor)
Returns an immutable copy of
this with just the themeColor field
changed. |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected String displayName
protected RgbColor themeColor
protected Boolean showLogo
protected MimeContent lightBackgroundLogo
protected MimeContent darkBackgroundLogo
protected Boolean showNameNextToLogo
protected MimeContent landingPageCustomizedImage
protected Boolean showDisplayNameNextToLogo
protected String roleScopeTagIdsNextLink
protected String contactITName
protected String contactITPhoneNumber
protected String contactITEmailAddress
protected String contactITNotes
protected String onlineSupportSiteUrl
protected String onlineSupportSiteName
protected String privacyUrl
protected String customPrivacyMessage
protected Boolean isRemoveDeviceDisabled
protected Boolean isFactoryResetDisabled
protected List<CompanyPortalBlockedAction> companyPortalBlockedActions
protected String companyPortalBlockedActionsNextLink
protected Boolean showAzureADEnterpriseApps
protected Boolean showOfficeWebApps
protected Boolean sendDeviceOwnershipChangePushNotification
protected EnrollmentAvailabilityOptions enrollmentAvailability
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic Optional<String> getDisplayName()
public IntuneBrand withDisplayName(String displayName)
this with just the displayName
field changed. Field description below. The field name is also added to an
internal map of changed fields in the returned object so that when this.
patch() is called (if available)on the returned object only the changed fields
are submitted.
“Company/organization name that is displayed to end users.”
displayName - new value of displayName field (as defined in service metadata)this with just the displayName field changedpublic Optional<RgbColor> getThemeColor()
public IntuneBrand withThemeColor(RgbColor themeColor)
this with just the themeColor field
changed. Field description below. The field name is also added to an internal
map of changed fields in the returned object so that when this.patch()
is called (if available)on the returned object only the changed fields are
submitted.
“Primary theme color used in the Company Portal applications and web portal.”
themeColor - new value of themeColor field (as defined in service metadata)this with just the themeColor field changedpublic Optional<Boolean> getShowLogo()
public IntuneBrand withShowLogo(Boolean showLogo)
this with just the showLogo field
changed. Field description below. The field name is also added to an internal
map of changed fields in the returned object so that when this.patch()
is called (if available)on the returned object only the changed fields are
submitted.
“Boolean that represents whether the administrator-supplied logo images are shown or not shown.”
showLogo - new value of showLogo field (as defined in service metadata)this with just the showLogo field changedpublic Optional<MimeContent> getLightBackgroundLogo()
public IntuneBrand withLightBackgroundLogo(MimeContent lightBackgroundLogo)
this with just the lightBackgroundLogo field changed. Field description below. The field name is
also added to an internal map of changed fields in the returned object so that
when this.patch() is called (if available)on the returned object only
the changed fields are submitted.
“Logo image displayed in Company Portal apps which have a light background behind the logo.”
lightBackgroundLogo - new value of lightBackgroundLogo field (as defined in service metadata)this with just the lightBackgroundLogo field changedpublic Optional<MimeContent> getDarkBackgroundLogo()
public IntuneBrand withDarkBackgroundLogo(MimeContent darkBackgroundLogo)
this with just the darkBackgroundLogo field changed. Field description below. The field name is
also added to an internal map of changed fields in the returned object so that
when this.patch() is called (if available)on the returned object only
the changed fields are submitted.
“Logo image displayed in Company Portal apps which have a dark background behind the logo.”
darkBackgroundLogo - new value of darkBackgroundLogo field (as defined in service metadata)this with just the darkBackgroundLogo field changedpublic Optional<Boolean> getShowNameNextToLogo()
public IntuneBrand withShowNameNextToLogo(Boolean showNameNextToLogo)
this with just the showNameNextToLogo field changed. Field description below. The field name is
also added to an internal map of changed fields in the returned object so that
when this.patch() is called (if available)on the returned object only
the changed fields are submitted.
“Boolean that represents whether the administrator-supplied display name will be shown next to the logo image.”
showNameNextToLogo - new value of showNameNextToLogo field (as defined in service metadata)this with just the showNameNextToLogo field changedpublic Optional<MimeContent> getLandingPageCustomizedImage()
public IntuneBrand withLandingPageCustomizedImage(MimeContent landingPageCustomizedImage)
this with just the landingPageCustomizedImage field changed. Field description below. The field
name is also added to an internal map of changed fields in the returned object
so that when this.patch() is called (if available)on the returned object
only the changed fields are submitted.
“Customized image displayed in Company Portal app landing page”
landingPageCustomizedImage - new value of landingPageCustomizedImage field (as defined in service metadata)this with just the landingPageCustomizedImage field changedpublic Optional<Boolean> getShowDisplayNameNextToLogo()
public IntuneBrand withShowDisplayNameNextToLogo(Boolean showDisplayNameNextToLogo)
this with just the showDisplayNameNextToLogo field changed. Field description below. The field
name is also added to an internal map of changed fields in the returned object
so that when this.patch() is called (if available)on the returned object
only the changed fields are submitted.
“Boolean that represents whether the administrator-supplied display name will be shown next to the logo image.”
showDisplayNameNextToLogo - new value of showDisplayNameNextToLogo field (as defined in service metadata)this with just the showDisplayNameNextToLogo field changedpublic com.github.davidmoten.odata.client.CollectionPage<String> getRoleScopeTagIds()
public com.github.davidmoten.odata.client.CollectionPage<String> getRoleScopeTagIds(com.github.davidmoten.odata.client.HttpRequestOptions options)
public Optional<String> getContactITName()
public IntuneBrand withContactITName(String contactITName)
this with just the contactITName
field changed. Field description below. The field name is also added to an
internal map of changed fields in the returned object so that when this.
patch() is called (if available)on the returned object only the changed fields
are submitted.
“Name of the person/organization responsible for IT support.”
contactITName - new value of contactITName field (as defined in service metadata)this with just the contactITName field changedpublic Optional<String> getContactITPhoneNumber()
public IntuneBrand withContactITPhoneNumber(String contactITPhoneNumber)
this with just the contactITPhoneNumber field changed. Field description below. The field name is
also added to an internal map of changed fields in the returned object so that
when this.patch() is called (if available)on the returned object only
the changed fields are submitted.
“Phone number of the person/organization responsible for IT support.”
contactITPhoneNumber - new value of contactITPhoneNumber field (as defined in service metadata)this with just the contactITPhoneNumber field changedpublic Optional<String> getContactITEmailAddress()
public IntuneBrand withContactITEmailAddress(String contactITEmailAddress)
this with just the contactITEmailAddress field changed. Field description below. The field name is
also added to an internal map of changed fields in the returned object so that
when this.patch() is called (if available)on the returned object only
the changed fields are submitted.
“Email address of the person/organization responsible for IT support.”
contactITEmailAddress - new value of contactITEmailAddress field (as defined in service metadata)this with just the contactITEmailAddress field changedpublic Optional<String> getContactITNotes()
public IntuneBrand withContactITNotes(String contactITNotes)
this with just the contactITNotes
field changed. Field description below. The field name is also added to an
internal map of changed fields in the returned object so that when this.
patch() is called (if available)on the returned object only the changed fields
are submitted.
“Text comments regarding the person/organization responsible for IT support.”
contactITNotes - new value of contactITNotes field (as defined in service metadata)this with just the contactITNotes field changedpublic Optional<String> getOnlineSupportSiteUrl()
public IntuneBrand withOnlineSupportSiteUrl(String onlineSupportSiteUrl)
this with just the onlineSupportSiteUrl field changed. Field description below. The field name is
also added to an internal map of changed fields in the returned object so that
when this.patch() is called (if available)on the returned object only
the changed fields are submitted.
“URL to the company/organization’s IT helpdesk site.”
onlineSupportSiteUrl - new value of onlineSupportSiteUrl field (as defined in service metadata)this with just the onlineSupportSiteUrl field changedpublic Optional<String> getOnlineSupportSiteName()
public IntuneBrand withOnlineSupportSiteName(String onlineSupportSiteName)
this with just the onlineSupportSiteName field changed. Field description below. The field name is
also added to an internal map of changed fields in the returned object so that
when this.patch() is called (if available)on the returned object only
the changed fields are submitted.
“Display name of the company/organization’s IT helpdesk site.”
onlineSupportSiteName - new value of onlineSupportSiteName field (as defined in service metadata)this with just the onlineSupportSiteName field changedpublic Optional<String> getPrivacyUrl()
public IntuneBrand withPrivacyUrl(String privacyUrl)
this with just the privacyUrl field
changed. Field description below. The field name is also added to an internal
map of changed fields in the returned object so that when this.patch()
is called (if available)on the returned object only the changed fields are
submitted.
“URL to the company/organization’s privacy policy.”
privacyUrl - new value of privacyUrl field (as defined in service metadata)this with just the privacyUrl field changedpublic Optional<String> getCustomPrivacyMessage()
public IntuneBrand withCustomPrivacyMessage(String customPrivacyMessage)
this with just the customPrivacyMessage field changed. Field description below. The field name is
also added to an internal map of changed fields in the returned object so that
when this.patch() is called (if available)on the returned object only
the changed fields are submitted.
“Custom privacy message.”
customPrivacyMessage - new value of customPrivacyMessage field (as defined in service metadata)this with just the customPrivacyMessage field changedpublic Optional<Boolean> getIsRemoveDeviceDisabled()
public IntuneBrand withIsRemoveDeviceDisabled(Boolean isRemoveDeviceDisabled)
this with just the isRemoveDeviceDisabled field changed. Field description below. The field name
is also added to an internal map of changed fields in the returned object so
that when this.patch() is called (if available)on the returned object
only the changed fields are submitted.
“Boolean that represents whether the adminsistrator has disabled the 'Remove Device' action on corporate owned devices.”
isRemoveDeviceDisabled - new value of isRemoveDeviceDisabled field (as defined in service metadata)this with just the isRemoveDeviceDisabled field changedpublic Optional<Boolean> getIsFactoryResetDisabled()
public IntuneBrand withIsFactoryResetDisabled(Boolean isFactoryResetDisabled)
this with just the isFactoryResetDisabled field changed. Field description below. The field name
is also added to an internal map of changed fields in the returned object so
that when this.patch() is called (if available)on the returned object
only the changed fields are submitted.
“Boolean that represents whether the adminsistrator has disabled the 'Factory Reset' action on corporate owned devices.”
isFactoryResetDisabled - new value of isFactoryResetDisabled field (as defined in service metadata)this with just the isFactoryResetDisabled field changedpublic com.github.davidmoten.odata.client.CollectionPage<CompanyPortalBlockedAction> getCompanyPortalBlockedActions()
public com.github.davidmoten.odata.client.CollectionPage<CompanyPortalBlockedAction> getCompanyPortalBlockedActions(com.github.davidmoten.odata.client.HttpRequestOptions options)
public Optional<Boolean> getShowAzureADEnterpriseApps()
public IntuneBrand withShowAzureADEnterpriseApps(Boolean showAzureADEnterpriseApps)
this with just the showAzureADEnterpriseApps field changed. Field description below. The field
name is also added to an internal map of changed fields in the returned object
so that when this.patch() is called (if available)on the returned object
only the changed fields are submitted.
“Boolean that indicates if AzureAD Enterprise Apps will be shown in Company Portal”
showAzureADEnterpriseApps - new value of showAzureADEnterpriseApps field (as defined in service metadata)this with just the showAzureADEnterpriseApps field changedpublic Optional<Boolean> getShowOfficeWebApps()
public IntuneBrand withShowOfficeWebApps(Boolean showOfficeWebApps)
this with just the showOfficeWebApps
field changed. Field description below. The field name is also added to an
internal map of changed fields in the returned object so that when this.
patch() is called (if available)on the returned object only the changed fields
are submitted.
“Boolean that indicates if Office WebApps will be shown in Company Portal”
showOfficeWebApps - new value of showOfficeWebApps field (as defined in service metadata)this with just the showOfficeWebApps field changedpublic Optional<Boolean> getSendDeviceOwnershipChangePushNotification()
public IntuneBrand withSendDeviceOwnershipChangePushNotification(Boolean sendDeviceOwnershipChangePushNotification)
this with just the sendDeviceOwnershipChangePushNotification field changed. Field description
below. The field name is also added to an internal map of changed fields in the
returned object so that when this.patch() is called (if available)on the
returned object only the changed fields are submitted.
“Boolean that indicates if a push notification is sent to users when their device ownership type changes from personal to corporate”
sendDeviceOwnershipChangePushNotification - new value of sendDeviceOwnershipChangePushNotification field (as defined in service metadata)this with just the sendDeviceOwnershipChangePushNotification field changedpublic Optional<EnrollmentAvailabilityOptions> getEnrollmentAvailability()
public IntuneBrand withEnrollmentAvailability(EnrollmentAvailabilityOptions enrollmentAvailability)
this with just the enrollmentAvailability field changed. Field description below. The field name
is also added to an internal map of changed fields in the returned object so
that when this.patch() is called (if available)on the returned object
only the changed fields are submitted.
“Customized device enrollment flow displayed to the end user”
enrollmentAvailability - new value of enrollmentAvailability field (as defined in service metadata)this with just the enrollmentAvailability field changedpublic com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypepublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepublic static IntuneBrand.Builder builder()
Copyright © 2018–2020. All rights reserved.