public static interface ProfileShareSummary.Builder extends SdkPojo, CopyableBuilder<ProfileShareSummary.Builder,ProfileShareSummary>
| Modifier and Type | Method and Description |
|---|---|
ProfileShareSummary.Builder |
sharedWith(String sharedWith)
Sets the value of the SharedWith property for this object.
|
ProfileShareSummary.Builder |
shareId(String shareId)
Sets the value of the ShareId property for this object.
|
ProfileShareSummary.Builder |
status(ShareStatus status)
Sets the value of the Status property for this object.
|
ProfileShareSummary.Builder |
status(String status)
Sets the value of the Status property for this object.
|
ProfileShareSummary.Builder |
statusMessage(String statusMessage)
Profile share invitation status message.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildProfileShareSummary.Builder shareId(String shareId)
shareId - The new value for the ShareId property for this object.ProfileShareSummary.Builder sharedWith(String sharedWith)
sharedWith - The new value for the SharedWith property for this object.ProfileShareSummary.Builder status(String status)
status - The new value for the Status property for this object.ShareStatus,
ShareStatusProfileShareSummary.Builder status(ShareStatus status)
status - The new value for the Status property for this object.ShareStatus,
ShareStatusProfileShareSummary.Builder statusMessage(String statusMessage)
Profile share invitation status message.
statusMessage - Profile share invitation status message.Copyright © 2023. All rights reserved.