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 Details

    • oDataType

      @SerializedName("@odata.type") @Expose @Nullable public String oDataType
      the OData type of the object as returned by the service
    • appConfigKey

      @SerializedName(value="appConfigKey", alternate="AppConfigKey") @Expose @Nullable public String appConfigKey
      The App Config Key. app configuration key.
    • appConfigKeyType

      @SerializedName(value="appConfigKeyType", alternate="AppConfigKeyType") @Expose @Nullable public MdmAppConfigKeyType appConfigKeyType
      The 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 appConfigKeyValue
      The 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:
      additionalDataManager in interface com.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:
      setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObject
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to