Uses of Class
odata.msgraph.client.beta.complex.OmaSettingInteger.Builder
-
Packages that use OmaSettingInteger.Builder Package Description odata.msgraph.client.beta.complex -
-
Uses of OmaSettingInteger.Builder in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return OmaSettingInteger.Builder Modifier and Type Method Description static OmaSettingInteger.BuilderOmaSettingInteger. builderOmaSettingInteger()Returns a builder which is used to create a new instance of this class (given that this class is immutable).OmaSettingInteger.BuilderOmaSettingInteger.Builder. description(String description)OmaSettingInteger.BuilderOmaSettingInteger.Builder. displayName(String displayName)OmaSettingInteger.BuilderOmaSettingInteger.Builder. isEncrypted(Boolean isEncrypted)OmaSettingInteger.BuilderOmaSettingInteger.Builder. isReadOnly(Boolean isReadOnly)“By setting to true, the CSP (configuration service provider) specified in the OMA-URI will perform a get, instead of set”OmaSettingInteger.BuilderOmaSettingInteger.Builder. omaUri(String omaUri)OmaSettingInteger.BuilderOmaSettingInteger.Builder. secretReferenceValueId(String secretReferenceValueId)OmaSettingInteger.BuilderOmaSettingInteger.Builder. value(Integer value)“Value.”
-