Uses of Class
odata.msgraph.client.beta.complex.CompanyPortalBlockedAction
-
Packages that use CompanyPortalBlockedAction Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of CompanyPortalBlockedAction in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex with type parameters of type CompanyPortalBlockedAction Modifier and Type Field Description protected List<CompanyPortalBlockedAction>IntuneBrand. companyPortalBlockedActionsMethods in odata.msgraph.client.beta.complex that return CompanyPortalBlockedAction Modifier and Type Method Description CompanyPortalBlockedActionCompanyPortalBlockedAction.Builder. build()CompanyPortalBlockedActionCompanyPortalBlockedAction. withAction(CompanyPortalAction action)Returns an immutable copy ofthiswith just theactionfield changed.CompanyPortalBlockedActionCompanyPortalBlockedAction. withOwnerType(OwnerType ownerType)Returns an immutable copy ofthiswith just theownerTypefield changed.CompanyPortalBlockedActionCompanyPortalBlockedAction. withPlatform(DevicePlatformType platform)Returns an immutable copy ofthiswith just theplatformfield changed.CompanyPortalBlockedActionCompanyPortalBlockedAction. withUnmappedField(String name, String value)Methods in odata.msgraph.client.beta.complex that return types with arguments of type CompanyPortalBlockedAction Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<CompanyPortalBlockedAction>IntuneBrand. getCompanyPortalBlockedActions()“Collection of blocked actions on the company portal as per platform and device ownership types.”com.github.davidmoten.odata.client.CollectionPage<CompanyPortalBlockedAction>IntuneBrand. getCompanyPortalBlockedActions(com.github.davidmoten.odata.client.HttpRequestOptions options)“Collection of blocked actions on the company portal as per platform and device ownership types.”Methods in odata.msgraph.client.beta.complex with parameters of type CompanyPortalBlockedAction Modifier and Type Method Description IntuneBrand.BuilderIntuneBrand.Builder. companyPortalBlockedActions(CompanyPortalBlockedAction... companyPortalBlockedActions)“Collection of blocked actions on the company portal as per platform and device ownership types.”Method parameters in odata.msgraph.client.beta.complex with type arguments of type CompanyPortalBlockedAction Modifier and Type Method Description IntuneBrand.BuilderIntuneBrand.Builder. companyPortalBlockedActions(List<CompanyPortalBlockedAction> companyPortalBlockedActions)“Collection of blocked actions on the company portal as per platform and device ownership types.” -
Uses of CompanyPortalBlockedAction in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity with type parameters of type CompanyPortalBlockedAction Modifier and Type Field Description protected List<CompanyPortalBlockedAction>IntuneBrandingProfile. companyPortalBlockedActionsMethods in odata.msgraph.client.beta.entity that return types with arguments of type CompanyPortalBlockedAction Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<CompanyPortalBlockedAction>IntuneBrandingProfile. getCompanyPortalBlockedActions()“Collection of blocked actions on the company portal as per platform and device ownership types.”com.github.davidmoten.odata.client.CollectionPage<CompanyPortalBlockedAction>IntuneBrandingProfile. getCompanyPortalBlockedActions(com.github.davidmoten.odata.client.HttpRequestOptions options)“Collection of blocked actions on the company portal as per platform and device ownership types.”Methods in odata.msgraph.client.beta.entity with parameters of type CompanyPortalBlockedAction Modifier and Type Method Description IntuneBrandingProfile.BuilderIntuneBrandingProfile.Builder. companyPortalBlockedActions(CompanyPortalBlockedAction... companyPortalBlockedActions)“Collection of blocked actions on the company portal as per platform and device ownership types.”Method parameters in odata.msgraph.client.beta.entity with type arguments of type CompanyPortalBlockedAction Modifier and Type Method Description IntuneBrandingProfile.BuilderIntuneBrandingProfile.Builder. companyPortalBlockedActions(List<CompanyPortalBlockedAction> companyPortalBlockedActions)“Collection of blocked actions on the company portal as per platform and device ownership types.”IntuneBrandingProfileIntuneBrandingProfile. withCompanyPortalBlockedActions(List<CompanyPortalBlockedAction> companyPortalBlockedActions)Returns an immutable copy ofthiswith just thecompanyPortalBlockedActionsfield changed.
-