static MobileAppRelationshipState.Builder |
MobileAppRelationshipState.builder() |
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
MobileAppRelationshipState.Builder |
MobileAppRelationshipState.Builder.deviceId(String deviceId) |
“The corresponding device id.”
|
MobileAppRelationshipState.Builder |
MobileAppRelationshipState.Builder.errorCode(Integer errorCode) |
“The error code for install or uninstall failures of target app.”
|
MobileAppRelationshipState.Builder |
MobileAppRelationshipState.Builder.installState(ResultantAppState installState) |
“The install state of the app of target app.”
|
MobileAppRelationshipState.Builder |
MobileAppRelationshipState.Builder.installStateDetail(ResultantAppStateDetail installStateDetail) |
“The install state detail of the app.”
|
MobileAppRelationshipState.Builder |
MobileAppRelationshipState.Builder.sourceIds(String... sourceIds) |
“The collection of source mobile app's ids.”
|
MobileAppRelationshipState.Builder |
MobileAppRelationshipState.Builder.sourceIds(List<String> sourceIds) |
“The collection of source mobile app's ids.”
|
MobileAppRelationshipState.Builder |
MobileAppRelationshipState.Builder.sourceIdsNextLink(String sourceIdsNextLink) |
“The collection of source mobile app's ids.”
|
MobileAppRelationshipState.Builder |
MobileAppRelationshipState.Builder.targetDisplayName(String targetDisplayName) |
“The related target app's display name.”
|
MobileAppRelationshipState.Builder |
MobileAppRelationshipState.Builder.targetId(String targetId) |
“The related target app's id.”
|
MobileAppRelationshipState.Builder |
MobileAppRelationshipState.Builder.targetLastSyncDateTime(OffsetDateTime targetLastSyncDateTime) |
“The last sync time of the target app.”
|