Uses of Class
odata.msgraph.client.beta.entity.SideLoadingKey.Builder
-
Packages that use SideLoadingKey.Builder Package Description odata.msgraph.client.beta.entity -
-
Uses of SideLoadingKey.Builder in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return SideLoadingKey.Builder Modifier and Type Method Description static SideLoadingKey.BuilderSideLoadingKey. builderSideLoadingKey()Returns a builder which is used to create a new instance of this class (given that this class is immutable).SideLoadingKey.BuilderSideLoadingKey.Builder. description(String description)“Side Loading Key description displayed to the ITPro Admins..”SideLoadingKey.BuilderSideLoadingKey.Builder. displayName(String displayName)“Side Loading Key Name displayed to the ITPro Admins.”SideLoadingKey.BuilderSideLoadingKey.Builder. id(String id)SideLoadingKey.BuilderSideLoadingKey.Builder. lastUpdatedDateTime(String lastUpdatedDateTime)“Side Loading Key Last Updated Date displayed to the ITPro Admins.”SideLoadingKey.BuilderSideLoadingKey.Builder. totalActivation(Integer totalActivation)“Side Loading Key Total Activation displayed to the ITPro Admins.”SideLoadingKey.BuilderSideLoadingKey.Builder. value(String value)“Side Loading Key Value, it is 5x5 value, seperated by hiphens.”
-