Class ServicePrincipalsGetAvailableExtensionPropertiesRequestBody


  • public final class ServicePrincipalsGetAvailableExtensionPropertiesRequestBody
    extends Object
    The ServicePrincipalsGetAvailableExtensionPropertiesRequestBody model.
    • Constructor Detail

      • ServicePrincipalsGetAvailableExtensionPropertiesRequestBody

        public ServicePrincipalsGetAvailableExtensionPropertiesRequestBody()
    • Method Detail

      • isSyncedFromOnPremises

        public Boolean isSyncedFromOnPremises()
        Get the isSyncedFromOnPremises property: The isSyncedFromOnPremises property.
        Returns:
        the isSyncedFromOnPremises value.
      • withIsSyncedFromOnPremises

        public ServicePrincipalsGetAvailableExtensionPropertiesRequestBody withIsSyncedFromOnPremises​(Boolean isSyncedFromOnPremises)
        Set the isSyncedFromOnPremises property: The isSyncedFromOnPremises property.
        Parameters:
        isSyncedFromOnPremises - the isSyncedFromOnPremises value to set.
        Returns:
        the ServicePrincipalsGetAvailableExtensionPropertiesRequestBody object itself.
      • additionalProperties

        public Map<String,​Object> additionalProperties()
        Get the additionalProperties property: Dictionary of <any>.
        Returns:
        the additionalProperties value.
      • withAdditionalProperties

        public ServicePrincipalsGetAvailableExtensionPropertiesRequestBody withAdditionalProperties​(Map<String,​Object> additionalProperties)
        Set the additionalProperties property: Dictionary of <any>.
        Parameters:
        additionalProperties - the additionalProperties value to set.
        Returns:
        the ServicePrincipalsGetAvailableExtensionPropertiesRequestBody object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.