Class IosCustomConfiguration

All Implemented Interfaces:
com.microsoft.kiota.serialization.AdditionalDataHolder, com.microsoft.kiota.serialization.Parsable, com.microsoft.kiota.store.BackedModel

@Generated("com.microsoft.kiota") public class IosCustomConfiguration extends DeviceConfiguration implements com.microsoft.kiota.serialization.Parsable
This topic provides descriptions of the declared methods, properties and relationships exposed by the iosCustomConfiguration resource.
  • Constructor Details

    • IosCustomConfiguration

      public IosCustomConfiguration()
      Instantiates a new IosCustomConfiguration and sets the default values.
  • Method Details

    • createFromDiscriminatorValue

      @Nonnull public static IosCustomConfiguration createFromDiscriminatorValue(@Nonnull com.microsoft.kiota.serialization.ParseNode parseNode)
      Creates a new instance of the appropriate class based on discriminator value
      Parameters:
      parseNode - The parse node to use to read the discriminator value and create the object
      Returns:
      a IosCustomConfiguration
    • getFieldDeserializers

      @Nonnull public Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>> getFieldDeserializers()
      The deserialization information for the current model
      Specified by:
      getFieldDeserializers in interface com.microsoft.kiota.serialization.Parsable
      Overrides:
      getFieldDeserializers in class DeviceConfiguration
      Returns:
      a Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>>
    • getPayload

      @Nullable public byte[] getPayload()
      Gets the payload property value. Payload. (UTF8 encoded byte array)
      Returns:
      a
      invalid reference
      byte[]
    • getPayloadFileName

      @Nullable public String getPayloadFileName()
      Gets the payloadFileName property value. Payload file name (.mobileconfig
      Returns:
      a String
    • getPayloadName

      @Nullable public String getPayloadName()
      Gets the payloadName property value. Name that is displayed to the user.
      Returns:
      a String
    • serialize

      public void serialize(@Nonnull com.microsoft.kiota.serialization.SerializationWriter writer)
      Serializes information the current object
      Specified by:
      serialize in interface com.microsoft.kiota.serialization.Parsable
      Overrides:
      serialize in class DeviceConfiguration
      Parameters:
      writer - Serialization writer to use to serialize this model
    • setPayload

      public void setPayload(@Nullable byte[] value)
      Sets the payload property value. Payload. (UTF8 encoded byte array)
      Parameters:
      value - Value to set for the payload property.
    • setPayloadFileName

      public void setPayloadFileName(@Nullable String value)
      Sets the payloadFileName property value. Payload file name (.mobileconfig
      Parameters:
      value - Value to set for the payloadFileName property.
    • setPayloadName

      public void setPayloadName(@Nullable String value)
      Sets the payloadName property value. Name that is displayed to the user.
      Parameters:
      value - Value to set for the payloadName property.