File tree 1 file changed +21
-0
lines changed
1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 11
11
use Fschmtt \Keycloak \Type \Map ;
12
12
13
13
/**
14
+ * @method string|null getId()
15
+ * @method string|null getName()
16
+ * @method bool|null getEnabled()
17
+ * @method string|null getDescription()
18
+ * @method Map|null getAttributes()
19
+ * @method OrganizationDomainCollection|null getDomains()
20
+ * @method UserCollection|null getMembers()
21
+ * @method IdentityProviderCollection|null getIdentityProviders()
22
+ * @method string|null getAlias()
23
+ * @method string|null getRedirectUrl()
24
+ * @method self withId(?string $id)
25
+ * @method self withName(?string $name)
26
+ * @method self withEnabled(?bool $enabled)
27
+ * @method self withDescription(?string $description)
28
+ * @method self withAttributes(?Map $attributes)
29
+ * @method self withDomains(?OrganizationDomainCollection $domains)
30
+ * @method self withMembers(?UserCollection $members)
31
+ * @method self withIdentityProviders(?IdentityProviderCollection $identityProviders)
32
+ * @method self withAlias(?string $alias)
33
+ * @method self withRedirectUrl(?string $redirectUrl)
34
+ *
14
35
* @codeCoverageIgnore
15
36
*/
16
37
class Organization extends Representation
You can’t perform that action at this time.
0 commit comments