Package com.oracle.bmc.identity.model
Class IdentityProviderGroupSummary.Builder
- java.lang.Object
- 
- com.oracle.bmc.identity.model.IdentityProviderGroupSummary.Builder
 
- 
- Enclosing class:
- IdentityProviderGroupSummary
 
 public static class IdentityProviderGroupSummary.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description IdentityProviderGroupSummarybuild()IdentityProviderGroupSummary.Buildercopy(IdentityProviderGroupSummary model)IdentityProviderGroupSummary.BuilderdisplayName(String displayName)Display name of the groupIdentityProviderGroupSummary.BuilderexternalIdentifier(String externalIdentifier)Identifier of the group in the identity providerIdentityProviderGroupSummary.Builderid(String id)The OCID of the IdentityProviderGroup.IdentityProviderGroupSummary.BuilderidentityProviderId(String identityProviderId)The OCID of the IdentityProvider this group belongs to.IdentityProviderGroupSummary.Buildername(String name)Display name of the groupIdentityProviderGroupSummary.BuildertimeCreated(Date timeCreated)Date and time the IdentityProviderGroup was created, in the format defined by RFC3339.IdentityProviderGroupSummary.BuildertimeModified(Date timeModified)Date and time the IdentityProviderGroup was last modified, in the format defined by RFC3339.
 
- 
- 
- 
Method Detail- 
idpublic IdentityProviderGroupSummary.Builder id(String id) The OCID of the IdentityProviderGroup.- Parameters:
- id- the value to set
- Returns:
- this builder
 
 - 
identityProviderIdpublic IdentityProviderGroupSummary.Builder identityProviderId(String identityProviderId) The OCID of the IdentityProvider this group belongs to.- Parameters:
- identityProviderId- the value to set
- Returns:
- this builder
 
 - 
displayNamepublic IdentityProviderGroupSummary.Builder displayName(String displayName) Display name of the group- Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
namepublic IdentityProviderGroupSummary.Builder name(String name) Display name of the group- Parameters:
- name- the value to set
- Returns:
- this builder
 
 - 
externalIdentifierpublic IdentityProviderGroupSummary.Builder externalIdentifier(String externalIdentifier) Identifier of the group in the identity provider- Parameters:
- externalIdentifier- the value to set
- Returns:
- this builder
 
 - 
timeCreatedpublic 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 - Parameters:
- timeCreated- the value to set
- Returns:
- this builder
 
 - 
timeModifiedpublic 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 - Parameters:
- timeModified- the value to set
- Returns:
- this builder
 
 - 
buildpublic IdentityProviderGroupSummary build() 
 - 
copypublic IdentityProviderGroupSummary.Builder copy(IdentityProviderGroupSummary model) 
 
- 
 
-