Package com.microsoft.graph.models
Class AppConfigurationSettingItem
java.lang.Object
com.microsoft.graph.models.AppConfigurationSettingItem
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class AppConfigurationSettingItem
extends Object
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the App Configuration Setting Item.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe App Config Key.The App Config Key Type.The App Config Key Value.the OData type of the object as returned by the service -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal com.microsoft.graph.serializer.AdditionalDataManagervoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON object
-
Field Details
-
oDataType
the OData type of the object as returned by the service -
appConfigKey
@SerializedName(value="appConfigKey", alternate="AppConfigKey") @Expose @Nullable public String appConfigKeyThe App Config Key. app configuration key. -
appConfigKeyType
@SerializedName(value="appConfigKeyType", alternate="AppConfigKeyType") @Expose @Nullable public MdmAppConfigKeyType appConfigKeyTypeThe App Config Key Type. app configuration key type. Possible values are: stringType, integerType, realType, booleanType, tokenType. -
appConfigKeyValue
@SerializedName(value="appConfigKeyValue", alternate="AppConfigKeyValue") @Expose @Nullable public String appConfigKeyValueThe App Config Key Value. app configuration key value.
-
-
Constructor Details
-
AppConfigurationSettingItem
public AppConfigurationSettingItem()
-
-
Method Details
-
additionalDataManager
@Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()- Specified by:
additionalDataManagerin interfacecom.microsoft.graph.serializer.IJsonBackedObject
-
setRawObject
public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json) Sets the raw JSON object- Specified by:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-