Class ManagedMobileLobApp

All Implemented Interfaces:
com.microsoft.kiota.serialization.AdditionalDataHolder, com.microsoft.kiota.serialization.Parsable, com.microsoft.kiota.store.BackedModel
Direct Known Subclasses:
ManagedAndroidLobApp, ManagedIOSLobApp

@Generated("com.microsoft.kiota") public class ManagedMobileLobApp extends ManagedApp implements com.microsoft.kiota.serialization.Parsable
An abstract base class containing properties for all managed mobile line of business apps.
  • Constructor Details

    • ManagedMobileLobApp

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

    • createFromDiscriminatorValue

      @Nonnull public static ManagedMobileLobApp 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 ManagedMobileLobApp
    • getCommittedContentVersion

      @Nullable public String getCommittedContentVersion()
      Gets the committedContentVersion property value. The internal committed content version.
      Returns:
      a String
    • getContentVersions

      @Nullable public List<MobileAppContent> getContentVersions()
      Gets the contentVersions property value. The list of content versions for this app.
      Returns:
      a List<MobileAppContent>
    • 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 ManagedApp
      Returns:
      a Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>>
    • getFileName

      @Nullable public String getFileName()
      Gets the fileName property value. The name of the main Lob application file.
      Returns:
      a String
    • getSize

      @Nullable public Long getSize()
      Gets the size property value. The total size, including all uploaded files.
      Returns:
      a Long
    • 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 ManagedApp
      Parameters:
      writer - Serialization writer to use to serialize this model
    • setCommittedContentVersion

      public void setCommittedContentVersion(@Nullable String value)
      Sets the committedContentVersion property value. The internal committed content version.
      Parameters:
      value - Value to set for the committedContentVersion property.
    • setContentVersions

      public void setContentVersions(@Nullable List<MobileAppContent> value)
      Sets the contentVersions property value. The list of content versions for this app.
      Parameters:
      value - Value to set for the contentVersions property.
    • setFileName

      public void setFileName(@Nullable String value)
      Sets the fileName property value. The name of the main Lob application file.
      Parameters:
      value - Value to set for the fileName property.
    • setSize

      public void setSize(@Nullable Long value)
      Sets the size property value. The total size, including all uploaded files.
      Parameters:
      value - Value to set for the size property.