Class GetLinkResult
- java.lang.Object
-
- com.pulumi.azurenative.customerinsights.outputs.GetLinkResult
-
public final class GetLinkResult extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetLinkResult.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetLinkResult.Builder
builder()
static GetLinkResult.Builder
builder(GetLinkResult defaults)
java.util.Map<java.lang.String,java.lang.String>
description()
java.util.Map<java.lang.String,java.lang.String>
displayName()
java.lang.String
id()
java.lang.String
linkName()
java.util.List<TypePropertiesMappingResponse>
mappings()
java.lang.String
name()
java.util.Optional<java.lang.String>
operationType()
java.util.List<ParticipantPropertyReferenceResponse>
participantPropertyReferences()
java.lang.String
provisioningState()
java.util.Optional<java.lang.Boolean>
referenceOnly()
java.lang.String
sourceEntityType()
java.lang.String
sourceEntityTypeName()
java.lang.String
targetEntityType()
java.lang.String
targetEntityTypeName()
java.lang.String
tenantId()
java.lang.String
type()
-
-
-
Method Detail
-
description
public java.util.Map<java.lang.String,java.lang.String> description()
- Returns:
- Localized descriptions for the Link.
-
displayName
public java.util.Map<java.lang.String,java.lang.String> displayName()
- Returns:
- Localized display name for the Link.
-
id
public java.lang.String id()
- Returns:
- Resource ID.
-
linkName
public java.lang.String linkName()
- Returns:
- The link name.
-
mappings
public java.util.List<TypePropertiesMappingResponse> mappings()
- Returns:
- The set of properties mappings between the source and target Types.
-
name
public java.lang.String name()
- Returns:
- Resource name.
-
operationType
public java.util.Optional<java.lang.String> operationType()
- Returns:
- Determines whether this link is supposed to create or delete instances if Link is NOT Reference Only.
-
participantPropertyReferences
public java.util.List<ParticipantPropertyReferenceResponse> participantPropertyReferences()
- Returns:
- The properties that represent the participating profile.
-
provisioningState
public java.lang.String provisioningState()
- Returns:
- Provisioning state.
-
referenceOnly
public java.util.Optional<java.lang.Boolean> referenceOnly()
- Returns:
- Indicating whether the link is reference only link. This flag is ignored if the Mappings are defined. If the mappings are not defined and it is set to true, links processing will not create or update profiles.
-
sourceEntityType
public java.lang.String sourceEntityType()
- Returns:
- Type of source entity.
-
sourceEntityTypeName
public java.lang.String sourceEntityTypeName()
- Returns:
- Name of the source Entity Type.
-
targetEntityType
public java.lang.String targetEntityType()
- Returns:
- Type of target entity.
-
targetEntityTypeName
public java.lang.String targetEntityTypeName()
- Returns:
- Name of the target Entity Type.
-
tenantId
public java.lang.String tenantId()
- Returns:
- The hub name.
-
type
public java.lang.String type()
- Returns:
- Resource type.
-
builder
public static GetLinkResult.Builder builder()
-
builder
public static GetLinkResult.Builder builder(GetLinkResult defaults)
-
-