Interface OAuth2ScopeGrant

All Superinterfaces:
com.liferay.portal.kernel.model.BaseModel<OAuth2ScopeGrant>, com.liferay.portal.kernel.model.ClassedModel, Cloneable, Comparable<OAuth2ScopeGrant>, OAuth2ScopeGrantModel, com.liferay.portal.kernel.model.PersistedModel, Serializable, com.liferay.portal.kernel.model.ShardedModel
All Known Implementing Classes:
OAuth2ScopeGrantWrapper

@ProviderType public interface OAuth2ScopeGrant extends OAuth2ScopeGrantModel, com.liferay.portal.kernel.model.PersistedModel
The extended model interface for the OAuth2ScopeGrant service. Represents a row in the "OAuth2ScopeGrant" database table, with each column mapped to a property of this class.
See Also:
Generated:
  • Field Details

    • O_AUTH2_SCOPE_GRANT_ID_ACCESSOR

      static final com.liferay.portal.kernel.util.Accessor<OAuth2ScopeGrant,Long> O_AUTH2_SCOPE_GRANT_ID_ACCESSOR
  • Method Details

    • getScopeAliasesList

      List<String> getScopeAliasesList()
    • setScopeAliasesList

      void setScopeAliasesList(List<String> scopeAliasesList)