Class RemoteGroupData

    • Constructor Detail

      • RemoteGroupData

        public RemoteGroupData​(@NotNull
                               String remoteId,
                               @Nullable
                               String groupKey,
                               @Nullable
                               String name,
                               @Nullable
                               String description,
                               @NotNull
                               Map<String,​String> customProperties)
    • Method Detail

      • getRemoteId

        @NotNull
        public String getRemoteId()
      • getGroupKey

        @Nullable
        public String getGroupKey()
      • getName

        @Nullable
        public String getName()
      • getDescription

        @Nullable
        public String getDescription()
      • getCustomProperties

        @NotNull
        public Map<String,​String> getCustomProperties()