Class ApplicationTemplate

java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.ApplicationTemplate
All Implemented Interfaces:
com.microsoft.kiota.serialization.AdditionalDataHolder, com.microsoft.kiota.serialization.Parsable, com.microsoft.kiota.store.BackedModel

@Generated("com.microsoft.kiota") public class ApplicationTemplate extends Entity implements com.microsoft.kiota.serialization.Parsable
  • Constructor Details

    • ApplicationTemplate

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

    • createFromDiscriminatorValue

      @Nonnull public static ApplicationTemplate 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 ApplicationTemplate
    • getCategories

      @Nullable public List<String> getCategories()
      Gets the categories property value. The list of categories for the application. Supported values can be: Collaboration, Business Management, Consumer, Content management, CRM, Data services, Developer services, E-commerce, Education, ERP, Finance, Health, Human resources, IT infrastructure, Mail, Management, Marketing, Media, Productivity, Project management, Telecommunications, Tools, Travel, and Web design & hosting.
      Returns:
      a List<String>
    • getDescription

      @Nullable public String getDescription()
      Gets the description property value. A description of the application.
      Returns:
      a String
    • getDisplayName

      @Nullable public String getDisplayName()
      Gets the displayName property value. The name of the application.
      Returns:
      a String
    • 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 Entity
      Returns:
      a Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>>
    • getHomePageUrl

      @Nullable public String getHomePageUrl()
      Gets the homePageUrl property value. The home page URL of the application.
      Returns:
      a String
    • getLogoUrl

      @Nullable public String getLogoUrl()
      Gets the logoUrl property value. The URL to get the logo for this application.
      Returns:
      a String
    • getPublisher

      @Nullable public String getPublisher()
      Gets the publisher property value. The name of the publisher for this application.
      Returns:
      a String
    • getSupportedProvisioningTypes

      @Nullable public List<String> getSupportedProvisioningTypes()
      Gets the supportedProvisioningTypes property value. The list of provisioning modes supported by this application. The only valid value is sync.
      Returns:
      a List<String>
    • getSupportedSingleSignOnModes

      @Nullable public List<String> getSupportedSingleSignOnModes()
      Gets the supportedSingleSignOnModes property value. The list of single sign-on modes supported by this application. The supported values are oidc, password, saml, and notSupported.
      Returns:
      a List<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 Entity
      Parameters:
      writer - Serialization writer to use to serialize this model
    • setCategories

      public void setCategories(@Nullable List<String> value)
      Sets the categories property value. The list of categories for the application. Supported values can be: Collaboration, Business Management, Consumer, Content management, CRM, Data services, Developer services, E-commerce, Education, ERP, Finance, Health, Human resources, IT infrastructure, Mail, Management, Marketing, Media, Productivity, Project management, Telecommunications, Tools, Travel, and Web design & hosting.
      Parameters:
      value - Value to set for the categories property.
    • setDescription

      public void setDescription(@Nullable String value)
      Sets the description property value. A description of the application.
      Parameters:
      value - Value to set for the description property.
    • setDisplayName

      public void setDisplayName(@Nullable String value)
      Sets the displayName property value. The name of the application.
      Parameters:
      value - Value to set for the displayName property.
    • setHomePageUrl

      public void setHomePageUrl(@Nullable String value)
      Sets the homePageUrl property value. The home page URL of the application.
      Parameters:
      value - Value to set for the homePageUrl property.
    • setLogoUrl

      public void setLogoUrl(@Nullable String value)
      Sets the logoUrl property value. The URL to get the logo for this application.
      Parameters:
      value - Value to set for the logoUrl property.
    • setPublisher

      public void setPublisher(@Nullable String value)
      Sets the publisher property value. The name of the publisher for this application.
      Parameters:
      value - Value to set for the publisher property.
    • setSupportedProvisioningTypes

      public void setSupportedProvisioningTypes(@Nullable List<String> value)
      Sets the supportedProvisioningTypes property value. The list of provisioning modes supported by this application. The only valid value is sync.
      Parameters:
      value - Value to set for the supportedProvisioningTypes property.
    • setSupportedSingleSignOnModes

      public void setSupportedSingleSignOnModes(@Nullable List<String> value)
      Sets the supportedSingleSignOnModes property value. The list of single sign-on modes supported by this application. The supported values are oidc, password, saml, and notSupported.
      Parameters:
      value - Value to set for the supportedSingleSignOnModes property.