Uses of Class
odata.msgraph.client.beta.managed.tenants.enums.ManagementParameterValueType
-
Packages that use ManagementParameterValueType Package Description odata.msgraph.client.beta.managed.tenants.complex odata.msgraph.client.beta.managed.tenants.enums -
-
Uses of ManagementParameterValueType in odata.msgraph.client.beta.managed.tenants.complex
Fields in odata.msgraph.client.beta.managed.tenants.complex declared as ManagementParameterValueType Modifier and Type Field Description protected ManagementParameterValueTypeSetting. valueTypeprotected ManagementParameterValueTypeTemplateParameter. valueTypeMethods in odata.msgraph.client.beta.managed.tenants.complex that return types with arguments of type ManagementParameterValueType Modifier and Type Method Description Optional<ManagementParameterValueType>Setting. getValueType()Optional<ManagementParameterValueType>TemplateParameter. getValueType()Methods in odata.msgraph.client.beta.managed.tenants.complex with parameters of type ManagementParameterValueType Modifier and Type Method Description Setting.BuilderSetting.Builder. valueType(ManagementParameterValueType valueType)TemplateParameter.BuilderTemplateParameter.Builder. valueType(ManagementParameterValueType valueType)SettingSetting. withValueType(ManagementParameterValueType valueType)TemplateParameterTemplateParameter. withValueType(ManagementParameterValueType valueType) -
Uses of ManagementParameterValueType in odata.msgraph.client.beta.managed.tenants.enums
Methods in odata.msgraph.client.beta.managed.tenants.enums that return ManagementParameterValueType Modifier and Type Method Description static ManagementParameterValueTypeManagementParameterValueType. valueOf(String name)Returns the enum constant of this type with the specified name.static ManagementParameterValueType[]ManagementParameterValueType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-