Class DeviceManagementConfigurationChoiceSettingCollectionInstanceTemplate
- java.lang.Object
-
- odata.msgraph.client.beta.complex.DeviceManagementConfigurationSettingInstanceTemplate
-
- odata.msgraph.client.beta.complex.DeviceManagementConfigurationChoiceSettingCollectionInstanceTemplate
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class DeviceManagementConfigurationChoiceSettingCollectionInstanceTemplate extends DeviceManagementConfigurationSettingInstanceTemplate implements com.github.davidmoten.odata.client.ODataType
“Choice Setting Collection Instance Template”
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDeviceManagementConfigurationChoiceSettingCollectionInstanceTemplate.Builder
-
Field Summary
Fields Modifier and Type Field Description protected BooleanallowUnmanagedValuesprotected List<DeviceManagementConfigurationChoiceSettingValueTemplate>choiceSettingCollectionValueTemplateprotected StringchoiceSettingCollectionValueTemplateNextLink-
Fields inherited from class odata.msgraph.client.beta.complex.DeviceManagementConfigurationSettingInstanceTemplate
contextPath, isRequired, odataType, settingDefinitionId, settingInstanceTemplateId, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedDeviceManagementConfigurationChoiceSettingCollectionInstanceTemplate()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DeviceManagementConfigurationChoiceSettingCollectionInstanceTemplate.BuilderbuilderDeviceManagementConfigurationChoiceSettingCollectionInstanceTemplate()Returns a builder which is used to create a new instance of this class (given that this class is immutable).Optional<Boolean>getAllowUnmanagedValues()“Linked policy may append values which are not present in the template.”com.github.davidmoten.odata.client.CollectionPage<DeviceManagementConfigurationChoiceSettingValueTemplate>getChoiceSettingCollectionValueTemplate()“Choice Setting Collection Value Template”com.github.davidmoten.odata.client.CollectionPage<DeviceManagementConfigurationChoiceSettingValueTemplate>getChoiceSettingCollectionValueTemplate(com.github.davidmoten.odata.client.HttpRequestOptions options)“Choice Setting Collection Value Template”com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()DeviceManagementConfigurationChoiceSettingCollectionInstanceTemplatewithAllowUnmanagedValues(Boolean allowUnmanagedValues)Returns an immutable copy ofthiswith just theallowUnmanagedValuesfield changed.DeviceManagementConfigurationChoiceSettingCollectionInstanceTemplatewithUnmappedField(String name, String value)-
Methods inherited from class odata.msgraph.client.beta.complex.DeviceManagementConfigurationSettingInstanceTemplate
getIsRequired, getSettingDefinitionId, getSettingInstanceTemplateId, withIsRequired, withSettingDefinitionId, withSettingInstanceTemplateId
-
-
-
-
Field Detail
-
allowUnmanagedValues
protected Boolean allowUnmanagedValues
-
choiceSettingCollectionValueTemplate
protected List<DeviceManagementConfigurationChoiceSettingValueTemplate> choiceSettingCollectionValueTemplate
-
choiceSettingCollectionValueTemplateNextLink
protected String choiceSettingCollectionValueTemplateNextLink
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classDeviceManagementConfigurationSettingInstanceTemplate
-
getAllowUnmanagedValues
public Optional<Boolean> getAllowUnmanagedValues()
“Linked policy may append values which are not present in the template.”- Returns:
- property allowUnmanagedValues
-
withAllowUnmanagedValues
public DeviceManagementConfigurationChoiceSettingCollectionInstanceTemplate withAllowUnmanagedValues(Boolean allowUnmanagedValues)
Returns an immutable copy ofthiswith just theallowUnmanagedValuesfield changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that whenthis.patch()is called (if available)on the returned object only the changed fields are submitted.“Linked policy may append values which are not present in the template.”
- Parameters:
allowUnmanagedValues- new value ofallowUnmanagedValuesfield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just theallowUnmanagedValuesfield changed
-
getChoiceSettingCollectionValueTemplate
public com.github.davidmoten.odata.client.CollectionPage<DeviceManagementConfigurationChoiceSettingValueTemplate> getChoiceSettingCollectionValueTemplate()
“Choice Setting Collection Value Template”- Returns:
- property choiceSettingCollectionValueTemplate
-
getChoiceSettingCollectionValueTemplate
public com.github.davidmoten.odata.client.CollectionPage<DeviceManagementConfigurationChoiceSettingValueTemplate> getChoiceSettingCollectionValueTemplate(com.github.davidmoten.odata.client.HttpRequestOptions options)
“Choice Setting Collection Value Template”- Parameters:
options- specify connect and read timeouts- Returns:
- property choiceSettingCollectionValueTemplate
-
withUnmappedField
public DeviceManagementConfigurationChoiceSettingCollectionInstanceTemplate withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classDeviceManagementConfigurationSettingInstanceTemplate
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classDeviceManagementConfigurationSettingInstanceTemplate
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classDeviceManagementConfigurationSettingInstanceTemplate
-
builderDeviceManagementConfigurationChoiceSettingCollectionInstanceTemplate
public static DeviceManagementConfigurationChoiceSettingCollectionInstanceTemplate.Builder builderDeviceManagementConfigurationChoiceSettingCollectionInstanceTemplate()
Returns a builder which is used to create a new instance of this class (given that this class is immutable).- Returns:
- a new Builder for this class
-
toString
public String toString()
- Overrides:
toStringin classDeviceManagementConfigurationSettingInstanceTemplate
-
-