static ProfileQueryResult.Builder |
ProfileQueryResult.builder() |
|
default ProfileQueryResult.Builder |
ProfileQueryResult.Builder.profile(Consumer<Profile.Builder> profile) |
Sets the value of the Profile property for this object.
|
ProfileQueryResult.Builder |
ProfileQueryResult.Builder.profile(Profile profile) |
Sets the value of the Profile property for this object.
|
ProfileQueryResult.Builder |
ProfileQueryResult.Builder.profileId(String profileId) |
The profile id the result belongs to.
|
ProfileQueryResult.Builder |
ProfileQueryResult.Builder.queryResult(String queryResult) |
Describes whether the profile was absent or present in the segment.
|
ProfileQueryResult.Builder |
ProfileQueryResult.Builder.queryResult(QueryResult queryResult) |
Describes whether the profile was absent or present in the segment.
|
ProfileQueryResult.Builder |
ProfileQueryResult.toBuilder() |
|