public static class IdentityProviderGroupSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
IdentityProviderGroupSummary |
build() |
IdentityProviderGroupSummary.Builder |
copy(IdentityProviderGroupSummary model) |
IdentityProviderGroupSummary.Builder |
displayName(String displayName)
Display name of the group
|
IdentityProviderGroupSummary.Builder |
externalIdentifier(String externalIdentifier)
Identifier of the group in the identity provider
|
IdentityProviderGroupSummary.Builder |
id(String id)
The OCID of the
IdentityProviderGroup . |
IdentityProviderGroupSummary.Builder |
identityProviderId(String identityProviderId)
The OCID of the
IdentityProvider this group belongs to. |
IdentityProviderGroupSummary.Builder |
name(String name)
Display name of the group
|
IdentityProviderGroupSummary.Builder |
timeCreated(Date timeCreated)
Date and time the
IdentityProviderGroup was created, in the format defined by
RFC3339. |
IdentityProviderGroupSummary.Builder |
timeModified(Date timeModified)
Date and time the
IdentityProviderGroup was last modified, in the format defined
by RFC3339. |
public IdentityProviderGroupSummary.Builder id(String id)
The OCID of the IdentityProviderGroup
.
id
- the value to setpublic IdentityProviderGroupSummary.Builder identityProviderId(String identityProviderId)
The OCID of the IdentityProvider
this group belongs to.
identityProviderId
- the value to setpublic IdentityProviderGroupSummary.Builder displayName(String displayName)
Display name of the group
displayName
- the value to setpublic IdentityProviderGroupSummary.Builder name(String name)
Display name of the group
name
- the value to setpublic IdentityProviderGroupSummary.Builder externalIdentifier(String externalIdentifier)
Identifier of the group in the identity provider
externalIdentifier
- the value to setpublic IdentityProviderGroupSummary.Builder timeCreated(Date timeCreated)
Date and time the IdentityProviderGroup
was created, in the format defined by
RFC3339.
Example: 2016-08-25T21:10:29.600Z
timeCreated
- the value to setpublic IdentityProviderGroupSummary.Builder timeModified(Date timeModified)
Date and time the IdentityProviderGroup
was last modified, in the format defined
by RFC3339.
Example: 2016-08-25T21:10:29.600Z
timeModified
- the value to setpublic IdentityProviderGroupSummary build()
public IdentityProviderGroupSummary.Builder copy(IdentityProviderGroupSummary model)
Copyright © 2016–2024. All rights reserved.