Class AzureADOAuthIntegration


  • @Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
               comments="Generator version: 7.4.0")
    public class AzureADOAuthIntegration
    extends Object
    AzureADOAuthIntegration
    • Constructor Detail

      • AzureADOAuthIntegration

        public AzureADOAuthIntegration()
    • Method Detail

      • getAllowSignUp

        @Nullable
        public Boolean getAllowSignUp()
        Get allowSignUp
        Returns:
        allowSignUp
      • setAllowSignUp

        public void setAllowSignUp​(Boolean allowSignUp)
      • getAllowedDomains

        @Nullable
        public List<String> getAllowedDomains()
        Get allowedDomains
        Returns:
        allowedDomains
      • setAllowedDomains

        public void setAllowedDomains​(List<String> allowedDomains)
      • getAllowedGroups

        @Nullable
        public List<String> getAllowedGroups()
        Get allowedGroups
        Returns:
        allowedGroups
      • setAllowedGroups

        public void setAllowedGroups​(List<String> allowedGroups)
      • getAuthUrl

        @Nonnull
        public String getAuthUrl()
        Get authUrl
        Returns:
        authUrl
      • setAuthUrl

        public void setAuthUrl​(String authUrl)
      • getClientId

        @Nonnull
        public String getClientId()
        Get clientId
        Returns:
        clientId
      • setClientId

        public void setClientId​(String clientId)
      • getClientSecret

        @Nonnull
        public String getClientSecret()
        Get clientSecret
        Returns:
        clientSecret
      • setClientSecret

        public void setClientSecret​(String clientSecret)
      • getTokenUrl

        @Nonnull
        public String getTokenUrl()
        Get tokenUrl
        Returns:
        tokenUrl
      • setTokenUrl

        public void setTokenUrl​(String tokenUrl)
      • equals

        public boolean equals​(Object o)
        Return true if this Azure_AD_OAuth_integration object is equal to o.
        Overrides:
        equals in class Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • toUrlQueryString

        public String toUrlQueryString()
        Convert the instance into URL query string.
        Returns:
        URL query string
      • toUrlQueryString

        public String toUrlQueryString​(String prefix)
        Convert the instance into URL query string.
        Parameters:
        prefix - prefix of the query string
        Returns:
        URL query string